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