zs 2 лет назад
Родитель
Сommit
3bb31725d0
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      pagesMy/order/detail.vue

+ 3 - 1
pagesMy/order/detail.vue

@@ -43,7 +43,9 @@
 				const that = this;
 				that.$refs[ref].validate().then(async params => {
 					let form = that.form;
-					form.customer_transport_no = params.customer_transport_no;
+					let transport = {};
+					transport.customer_transport_no = params.customer_transport_no;
+					form.transport = transport;
 					const arr = await that.$api(`/afterSale/${that.id}`, 'POST', form);
 					if (arr.errcode == '0') {
 						uni.showToast({