Browse Source

修改发料任务提示错误

hella_online_20241212
lijuncheng 2 months ago
parent
commit
54643dfdf3
  1. 2
      src/pages/issue/job/issueJob.vue

2
src/pages/issue/job/issueJob.vue

@ -194,7 +194,7 @@
// this.openScanPopup();
this.$refs.scanPopup.openScanPopup(this.businessType);
} else {
this.showErrorMessage(res.message)
this.showMessage(res.message)
}
});
},

Loading…
Cancel
Save