Преглед изворни кода

Merge branch 'mergeBranch' into orangeUrgent

qymljy пре 2 година
родитељ
комит
909fc9649a
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      src/SDrpManagement/salerAccount/index.vue

+ 3 - 1
src/SDrpManagement/salerAccount/index.vue

@@ -6,6 +6,7 @@
         idName="sa_hraccountclassid"
         idName="sa_hraccountclassid"
         :apiId="{query:20240111085404,del:''}"
         :apiId="{query:20240111085404,del:''}"
         :isExport="false"
         :isExport="false"
+        :autoQuery="false"
     >
     >
       <template #titleLight>
       <template #titleLight>
         <exportFile :param="param" :columns="tablecols" fileName="业务员账户"></exportFile>
         <exportFile :param="param" :columns="tablecols" fileName="业务员账户"></exportFile>
@@ -57,7 +58,7 @@ export default {
       status:'',
       status:'',
       tablecols:[],
       tablecols:[],
       param:{},
       param:{},
-      checked:0
+      checked:'1'
     }
     }
   },
   },
   methods:{
   methods:{
@@ -70,6 +71,7 @@ export default {
   },
   },
   mounted() {
   mounted() {
     this.param = this.$refs.basicLayout.param
     this.param = this.$refs.basicLayout.param
+    this.selectChange()
   },
   },
   created() {
   created() {
     this.tablecols = this.tool.tabelCol(this.$route.name).accountTable.tablecols
     this.tablecols = this.tool.tabelCol(this.$route.name).accountTable.tablecols