浏览代码

Merge branch 'master' of http://git.ringzle.com:3000/htcwl/hotelHomestayWx

17755135699 1 年之前
父节点
当前提交
2da3cff404
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {