|
@@ -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
|