From 9057e04efad1b7d61c77a72e5c37a504d0aee935 Mon Sep 17 00:00:00 2001 From: doum <doum> Date: 星期五, 26 九月 2025 09:24:03 +0800 Subject: [PATCH] H5静态化 --- admin/src/components/base/BaseOpera.vue | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(-) diff --git a/admin/src/components/base/BaseOpera.vue b/admin/src/components/base/BaseOpera.vue index 0c07a27..4a364eb 100644 --- a/admin/src/components/base/BaseOpera.vue +++ b/admin/src/components/base/BaseOpera.vue @@ -1,6 +1,4 @@ <script> -import { memberSync } from '@/api/business/member' - export default { name: 'BaseOpera', data () { @@ -82,16 +80,17 @@ this.api.create(this.form) .then(() => { // that.$tip.apiSuccess('鏂板缓鎴愬姛') - that.$dialog.actionConfirmButton('鏄惁鍋滅暀璇ラ〉闈㈢户缁柊寤烘暟鎹紵', '鏂板缓鎴愬姛','缁х画娣诲姞','鍏抽棴杩斿洖') - .then(() => { + // that.$dialog.actionConfirmButton('鏄惁鍋滅暀璇ラ〉闈㈢户缁柊寤烘暟鎹紵', '鏂板缓鎴愬姛','缁х画娣诲姞','鍏抽棴杩斿洖') + // .then(() => { that.$refs.form.resetFields() + that.visible = false that.form[this.configData['field.id']] = null that.$emit('success') - }) - .catch(() => { - that.visible = false - that.$emit('success') - }) + // }) + // .catch(() => { + // that.visible = false + // that.$emit('success') + // }) }) .catch(e => { this.$tip.apiFailed(e) -- Gitblit v1.9.3