zs 2 سال پیش
والد
کامیت
23c476b782
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pagesMy/order/detail.vue

+ 1 - 1
pagesMy/order/detail.vue

@@ -67,7 +67,7 @@
 			typeChange(e) {
 				const that = this;
 				let data = that.typeList[e.detail.value];
-				that.$set(that.form, `customer_transport_type`, data.code);
+				that.$set(that.form, `customer_transport_type`, data.value);
 				that.$set(that.form, `type_name`, data.label);
 			},
 			// 提交保存