This commit is contained in:
parent
7360bd5a81
commit
0e295b74ea
|
|
@ -146,7 +146,7 @@ export default {
|
||||||
// 显示加载遮罩
|
// 显示加载遮罩
|
||||||
this.$modal.loading("正在移交,请稍候...");
|
this.$modal.loading("正在移交,请稍候...");
|
||||||
const transferApplyId = this.rowData.id;
|
const transferApplyId = this.rowData.id;
|
||||||
const id = row.id;
|
const id = row.fileId;
|
||||||
const transferStatus = '1';
|
const transferStatus = '1';
|
||||||
updateTransferRecordFilesStatusApi({ transferApplyId,id,transferStatus }).then(res => {
|
updateTransferRecordFilesStatusApi({ transferApplyId,id,transferStatus }).then(res => {
|
||||||
this.$modal.closeLoading();
|
this.$modal.closeLoading();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue