|
@@ -1013,8 +1013,8 @@ export default {
|
|
|
}
|
|
|
this.$successMsg('保存成功')
|
|
|
if (data.$index > 0) {
|
|
|
- if (~indexs.indexOf(data.$index)) {
|
|
|
- this.indexs.splice(indexs.indexOf(data.$index), 1)
|
|
|
+ if (~this.indexs.indexOf(data.$index)) {
|
|
|
+ this.indexs.splice(this.indexs.indexOf(data.$index), 1)
|
|
|
}
|
|
|
}
|
|
|
})
|