@@ -207,7 +207,10 @@ export default {
var row = this.fieldTree.find(item => {
return item.value + 'a' + item.filedKind == this.activeName[i]
})
- await this.getOptions(row)
+ if(row){
+ await this.getOptions(row)
+ }
+
}
},
// ipc、cpc、loc、upc切换选择