소스 검색

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) {