@@ -161,7 +161,7 @@
},
methods: {
getOptions() {
- Promise.all([this.getDicts('dis_customer_type')])
+ Promise.all([this.getDicts('cust_idy')])
.then(([data]) => {
this.customerOptions = data.data.values || []
})
@@ -146,7 +146,7 @@
data.data.values.filter((i) => {
this.customerOptions[i.key] = i.value