|
@@ -261,6 +261,7 @@ export default {
|
|
},
|
|
},
|
|
async getCalcBranchList() {
|
|
async getCalcBranchList() {
|
|
await getPaymentConfigs({ payType: 'ADAPAY' }).then(res => {
|
|
await getPaymentConfigs({ payType: 'ADAPAY' }).then(res => {
|
|
|
|
+ this.calcBranchList = []
|
|
if (res.code == 200 && res.data) {
|
|
if (res.code == 200 && res.data) {
|
|
res.data.forEach(item => {
|
|
res.data.forEach(item => {
|
|
this.calcBranchList.push({
|
|
this.calcBranchList.push({
|