bug
This commit is contained in:
@@ -238,7 +238,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
toAdd(index) {
|
toAdd(index) {
|
||||||
if (this.statDisabled == 0) {
|
if (this.statDisabled == 0 && index == 0) {
|
||||||
this.delAndEdit = false
|
this.delAndEdit = false
|
||||||
return this.$u.toast('该数据未审核')
|
return this.$u.toast('该数据未审核')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user