调度命令弹窗代码调整

This commit is contained in:
强 董 2022-07-04 09:59:15 +08:00
parent 4d5cf7b92c
commit 1ab714dab9

View File

@ -199,6 +199,7 @@ export default {
this.$emit('signedCmdClose');
},
getSignedData() {
this.signedData = {};
if (this.dispatchCommandMsg.type == 'ADD') {
this.signedData = this.dispatchCommandMsg.body;
}