Browse Source

Merge branch 'master' into test-dev

duy 2 months ago
parent
commit
040ab3aa0b
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/manager/projectinfo/tree.vue

+ 3 - 2
src/views/manager/projectinfo/tree.vue

@@ -4660,10 +4660,11 @@ export default {
       });
       });
     },
     },
     //获取文件题名范围
     //获取文件题名范围
-    getTitleRangeData(nameId){
+    getTitleRangeData(row){
      this.fileTreeLoading=true
      this.fileTreeLoading=true
       getTitleRange(
       getTitleRange(
        { projectId:this.projectid,
        { projectId:this.projectid,
+        nameId:row.nameId,
   
   
 
 
        }
        }
@@ -4687,7 +4688,7 @@ export default {
          this.chooseFileVisible = true;
          this.chooseFileVisible = true;
         this.chooseFileIndex= index;
         this.chooseFileIndex= index;
         this.deCheckTreeKeys=row.ruleSizeValId
         this.deCheckTreeKeys=row.ruleSizeValId
-        this.getTitleRangeData()
+        this.getTitleRangeData(row)
       }else{
       }else{
       this.$message.warning('请先选择文件题名规则');
       this.$message.warning('请先选择文件题名规则');
       }
       }