|
@@ -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);
|
|
|
},
|
|
|
// 提交保存
|