Explorar o código

关联清表修改

duy hai 1 ano
pai
achega
1093c6ef9f
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      src/views/tentative/testclassifyset.vue

+ 4 - 1
src/views/tentative/testclassifyset.vue

@@ -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=''