代码提交

test
zhangdi 1 year ago
parent 291494f64a
commit 9d6ba51fed
  1. 1
      pages/submission/recordsdetails.vue

@ -384,7 +384,6 @@ export default {
uni.showToast({ title: "请选择需要申领的物料信息", icon: "none" });
return false
}
console.log(4444444, this.selectGoodsList)
this.selectGoodsList.forEach((item, index) => {
data.push({
orderId: this.detailForm.id,

Loading…
Cancel
Save