@ -212,7 +212,7 @@ export default {
contactName: ''
}
this.init()
this.getList()
},
toAdd() {
this.viewState = 2
@ -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