Ver código fonte

关联清表修改

duy 1 ano atrás
pai
commit
1093c6ef9f
1 arquivos alterados com 4 adições e 1 exclusões
  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=''