Browse Source

默认选择推荐表单

duy 1 month ago
parent
commit
f600af1811
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/manager/projectinfo/tree.vue

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

@@ -3303,7 +3303,7 @@ export default {
       syncTableDialog:false,
       preTableData1:[],
       recomandData:[],
-      activeName:'表单预览',
+      activeName:'推荐表单',
       formIds:'',
       saveTableSyncLoad:false,
       checkRow:null,
@@ -6481,7 +6481,7 @@ async saveLinkTab() {
         this.syncTableDialog=true
         this.isShowLeft=true
     
-        this.activeName='表单预览'
+        this.activeName='推荐表单'
         if(this.$refs.proTable1){
           this.$refs.proTable1.clearSelection()
         }