This commit is contained in:
花有清香月有阴
2022-02-18 18:36:36 +08:00
parent b0c57fbc6e
commit b42fa7e9ed

View File

@@ -238,7 +238,7 @@ export default {
},
toAdd(index) {
if (this.statDisabled == 0) {
if (this.statDisabled == 0 && index == 0) {
this.delAndEdit = false
return this.$u.toast('该数据未审核')
}