zhangyuewww 2 年之前
父節點
當前提交
d9400e6d07
共有 1 個文件被更改,包括 7 次插入7 次删除
  1. 7 7
      pages/task/audit/warehouse_approval.vue

+ 7 - 7
pages/task/audit/warehouse_approval.vue

@@ -199,9 +199,9 @@
 							uni.showLoading({
 								title: "审核中"
 							})
-							that.$api.doRequest('post', '/purchasePrice/purchasePriceEdit', that.list)
-								.then(res => {
-									if (res.data.code == 200) {
+							// that.$api.doRequest('post', '/purchasePrice/purchasePriceEdit', that.list)
+							// 	.then(res => {
+							// 		if (res.data.code == 200) {
 										that.$api.doRequest('post', '/workflow/api/handle', {
 											approved: true,
 											auditMind: that.rejectInfo1,
@@ -222,10 +222,10 @@
 												that.$api.msg(res1.data.message);
 											}
 										})
-									} else {
-										that.$api.msg('系统异常,请联系管理员');
-									}
-								})
+									// } else {
+									// 	that.$api.msg('系统异常,请联系管理员');
+									// }
+								// })
 						}
 					}
 				})