fix(operator): fix operator edit issue
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m51s

This commit is contained in:
sexygoat
2026-04-10 14:00:21 +08:00
parent 9a6f085cde
commit 2b3119c549
53 changed files with 547 additions and 418 deletions

View File

@@ -262,7 +262,6 @@
}
} catch (error) {
console.error(error)
ElMessage.error('获取支付配置详情失败')
} finally {
loading.value = false
}

View File

@@ -19,7 +19,12 @@
@refresh="handleRefresh"
>
<template #left>
<ElButton type="primary" @click="showCreateDialog" v-if="hasAuth('wechat_config:create')">新增支付配置</ElButton>
<ElButton
type="primary"
@click="showCreateDialog"
v-if="hasAuth('wechat_config:create')"
>新增支付配置</ElButton
>
</template>
</ArtTableHeader>
@@ -834,7 +839,6 @@
}
} catch (error) {
console.error('获取详情失败:', error)
ElMessage.error('获取配置详情失败')
}
}