This commit is contained in:
yanran200730
2022-01-18 15:26:24 +08:00
parent 32f80734fb
commit a03563f3ed
2 changed files with 2 additions and 13 deletions

View File

@@ -300,7 +300,7 @@ export default {
},
computed: {
currCheckedKeys () {
if (this.forms && this.forms.girdInfoList[this.currIndex] && this.forms.girdInfoList[this.currIndex].id) {
if (this.forms && this.forms.girdInfoList && this.forms.girdInfoList[this.currIndex] && this.forms.girdInfoList[this.currIndex].id) {
return [this.forms.girdInfoList[this.currIndex].id]
}