zs 2 years ago
parent
commit
23c476b782
1 changed files with 1 additions and 1 deletions
  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);
 			},
 			// 提交保存