+
接收转移
+
是
否
@@ -59,6 +59,7 @@ export default {
tableData: [],
accept: false,
operate: null,
+ loading: false,
dialogShow: false,
disabledClose: false,
disabledCommit: false,
@@ -106,6 +107,9 @@ export default {
return '';
}
},
+ domIdConfirm() {
+ return this.dialogShow ? OperationEvent.Signal.arrangementRoute.menu.domId : '';
+ },
domIdCancel() {
return this.dialogShow ? OperationEvent.Command.cancel.menu.domId : '';
},
@@ -229,12 +233,30 @@ export default {