diff --git a/src/views/wpm_gx/mlogb_check.vue b/src/views/wpm_gx/mlogb_check.vue index 9ce934c9..af9417c5 100644 --- a/src/views/wpm_gx/mlogb_check.vue +++ b/src/views/wpm_gx/mlogb_check.vue @@ -242,7 +242,7 @@ /> - 删除 + 删除 diff --git a/src/views/wpm_gx/mlogb_form.vue b/src/views/wpm_gx/mlogb_form.vue index c9049f0d..c26f4554 100644 --- a/src/views/wpm_gx/mlogb_form.vue +++ b/src/views/wpm_gx/mlogb_form.vue @@ -273,8 +273,10 @@ export default { this.form.wm_in = ""; this.form.count_use = 0; this.form.parent = ""; - this.form = data; - this.cellsList = data.count_json_from; + if(data){ + this.form = data; + this.cellsList = data.count_json_from; + } }, getMtask() { let that = this;