Pārlūkot izejas kodu

关联清表修改

duy 1 gadu atpakaļ
vecāks
revīzija
1093c6ef9f
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  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=''