Browse Source

feat: 订单bug

2912631854@qq.com 1 year ago
parent
commit
38498c3254
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagesHouse/Verification/details.vue

+ 1 - 1
pagesHouse/Verification/details.vue

@@ -161,7 +161,7 @@
 			handleDetail(list) {
 				console.log(list);
 				this.$api.post('/merchant/merchantFisherman/home/writeOffOrder', {
-					writeOffCode: list.orderCode
+					writeOffCode: list.writeOffCode
 				}).then(res => {
 					console.log(res.data);
 					if (res.data.code == 0) {