Browse Source

去掉return

intex
张立 2 weeks ago
parent
commit
b5b5152ae3
  1. 1
      src/pages/repleinsh/job/repleinshDetailBatch.vue

1
src/pages/repleinsh/job/repleinshDetailBatch.vue

@ -649,7 +649,6 @@
return
}
console.log("提交参数", JSON.stringify(params));
return;
repleinshJobSubmit(params).then(res => {
uni.hideLoading()
if (res.data) {

Loading…
Cancel
Save