Browse Source

Merge remote-tracking branch 'origin/master'

zhanglei
God 12 months ago
parent
commit
fc74409df6
  1. 2
      yxt-as-ui/src/views/basicinformation/supplier/supplier.vue
  2. 2
      yxt-as-ui/src/views/basicinformation/supplier/supplierAdd.vue

2
yxt-as-ui/src/views/basicinformation/supplier/supplier.vue

@ -212,7 +212,7 @@ export default {
contactName: ''
}
}
this.init()
this.getList()
},
toAdd() {
this.viewState = 2

2
yxt-as-ui/src/views/basicinformation/supplier/supplierAdd.vue

@ -226,7 +226,7 @@ export default {
},
methods: {
init() {
typeValues({ type: 'billingType' }).then((res) => {
typeValues({ type: 'accountType' }).then((res) => {
if (res.success) {
this.billingType_list = res.data
}

Loading…
Cancel
Save