Browse Source

YT-1037发料任务,点提交没有反应

intex
zhang_li 6 days ago
parent
commit
5e0b531a2c
  1. 4
      src/pages/issue/job/issueDetailBatch.vue

4
src/pages/issue/job/issueDetailBatch.vue

@ -672,14 +672,14 @@
this.$refs.comMessage.showQuestionMessage1(str3, 'red', res => { this.$refs.comMessage.showQuestionMessage1(str3, 'red', res => {
if (res) { if (res) {
// //
// this.$throttle(this.submit, 2000, this)() this.$throttle(this.submit, 2000, this)()
} else { } else {
this.scanPopupGetFocus() this.scanPopupGetFocus()
} }
}); });
}else { }else {
// //
// this.$throttle(this.submit, 2000, this)() this.$throttle(this.submit, 2000, this)()
} }
}, },

Loading…
Cancel
Save