分销商申请升级

This commit is contained in:
wuhui_zzw 2023-02-27 14:29:34 +08:00
parent 14089b377b
commit 3eb2395bec
1 changed files with 2 additions and 1 deletions

View File

@ -156,9 +156,10 @@ export default {
success: res => {
if (res.code === 0) {
_this.$util.showToast({
title: res.message,
title: '申请成功',
success: function () {
_this.getBaseInfo();
_this.$forceUpdate();
}
});
}else{