Browse Source

完善供应商管理

master
yunuo970428 1 year ago
parent
commit
e8a1615be0
  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: '' contactName: ''
} }
} }
this.init() this.getList()
}, },
toAdd() { toAdd() {
this.viewState = 2 this.viewState = 2

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

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

Loading…
Cancel
Save