This commit is contained in:
花有清香月有阴
2022-02-21 09:12:29 +08:00
parent cfb00174e3
commit eda588e2e3

View File

@@ -238,12 +238,14 @@ export default {
}, },
toAdd(index) { toAdd(index) {
this.delAndEdit = false
if (this.statDisabled == 0 && index == 0) { if (this.statDisabled == 0 && index == 0) {
this.delAndEdit = false
return this.$u.toast('该数据未审核') return this.$u.toast('该数据未审核')
} }
if (this.tabIndex0 == 3 && this.tabCurrent1 == 1) {
return
}
this.delAndEdit = false
if (index == 0) { if (index == 0) {
this.$linkTo(`./add?id=${this.editId}`) this.$linkTo(`./add?id=${this.editId}`)
} else { } else {