This commit is contained in:
2025-07-29 16:13:19 +08:00
parent 8b1765c452
commit 5315d61561
6 changed files with 15 additions and 7 deletions

View File

@@ -118,6 +118,7 @@
this.currentData = {}
this.index = ''
this.disabled = false
this.$store.dispatch('setPublicObj', '')
},
async _groupPlate () {
this.disabled = true
@@ -132,6 +133,7 @@
title: res.message,
icon: 'none'
})
this.toEmpty()
this.disabled = false
} catch (e) {
this.disabled = false