运行图编制 代码调整

This commit is contained in:
joylink_cuiweidong 2021-01-26 11:28:29 +08:00
parent c8986b3a4e
commit 44cd7b3c01

View File

@ -220,7 +220,7 @@ export default {
this.$store.dispatch('runPlan/refresh'); this.$store.dispatch('runPlan/refresh');
}).catch(error => { }).catch(error => {
console.log(error); console.log(error);
this.doClose(); // this.doClose();
this.$messageBox(error.message); this.$messageBox(error.message);
}); });
}); });