fix 切换应用APP的时候选择的旧数据不删除

This commit is contained in:
xxm1995
2023-07-28 16:48:45 +08:00
parent 29dfa2fe4e
commit 290c817ea3
7 changed files with 8 additions and 3 deletions

View File

@@ -10,6 +10,5 @@
- x 结算台支持多商户
- x 简单结算台
- x 组合支付结算台
- 储值卡多卡支付和退款演示
- 支付
- 退款
- x 储值卡多卡支付
- x 支付

View File

@@ -162,6 +162,7 @@
*/
function mchAppChange() {
mchAppDrop(form.mchCode).then(({ data }) => {
form.mchAppCode = ''
mchAppList = data
})
}

View File

@@ -162,6 +162,7 @@
*/
function mchAppChange() {
mchAppDrop(form.mchCode).then(({ data }) => {
form.mchAppCode = ''
mchAppList = data
})
}

View File

@@ -172,6 +172,7 @@
*/
function mchAppChange() {
mchAppDrop(form.mchCode).then(({ data }) => {
form.mchAppCode = ''
mchAppList = data
})
}

View File

@@ -127,6 +127,7 @@
*/
function mchAppChange() {
mchAppDrop(form.mchCode).then(({ data }) => {
form.mchAppCode = ''
mchAppList = data
})
}

View File

@@ -87,6 +87,7 @@
*/
function mchAppChange() {
mchAppDrop(form.mchCode).then(({ data }) => {
form.mchAppCode = ''
mchAppList = data
})
}

View File

@@ -85,6 +85,7 @@
*/
function mchAppChange() {
mchAppDrop(form.mchCode).then(({ data }) => {
form.mchAppCode = ''
mchAppList = data
})
}