|
@ -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 |
|
|
} |
|
|
} |
|
|