@@ -312,7 +312,10 @@ import configDivision from "./components/configDivision.vue";
//关联清表
Associationlist(row) {
//关联清表点击事件
- this.linkexcelId=row.excelId.split(',')
+ if(row.excelId!==-1){
+ this.linkexcelId=row.excelId.split(',')
+ }
+
this.GLExcelFrom.id = row.id;
this.GLExcelFrom=row
this.searchVal=''