@@ -457,7 +461,6 @@ const beforeSwitchChange = async (row, undateKeys) => {
}
updateSuperTenantResetPwd(objItem).then(res => {
handleCopy(res.data);
- getList();
openResetTiele.value = "账号信息";
openReset.value = true;
ConnectionArr.value ={
@@ -552,8 +555,8 @@ const handleAdjustment = (row) => {
const renewShow = ref(false);
const edit = (row) => {
reset();
- getSelectPlatform();
- getSuperCommonCurrencySelect();
+ // getSelectPlatform();
+ // getSuperCommonCurrencySelect();
getSuperTenant(row.id).then(response => {
renewShow.value = true;
title.value = proxy.t('修改商户');
diff --git a/src/views/merchant/quota/index.vue b/src/views/merchant/quota/index.vue
index 4bc2c1f..14bd202 100644
--- a/src/views/merchant/quota/index.vue
+++ b/src/views/merchant/quota/index.vue
@@ -42,7 +42,16 @@
-
+
+
+
+
+