【修改】分类统计修改样式 增加判断
This commit is contained in:
@@ -124,7 +124,7 @@ export default {
|
||||
.income-sort {
|
||||
margin-left: 8px;
|
||||
width: 39%;
|
||||
min-width: 350px;
|
||||
min-width: 480px;
|
||||
height: auto;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
@@ -10,11 +10,11 @@
|
||||
tree-default-expand-all
|
||||
tree-node-filter-prop="title"
|
||||
@change="changeDepart"
|
||||
style="width:40%"
|
||||
style="width:30%"
|
||||
:dropdownStyle="{ maxHeight: '200px',maxWidth:'100px','overflow-x':'hidden',' overflo-y': 'auto' }"
|
||||
:treeData="treeDepartData"
|
||||
v-model="queryParam.departCode"
|
||||
placeholder="请选择组织机构">
|
||||
placeholder="请选择部门">
|
||||
</a-tree-select>
|
||||
</div>
|
||||
<div class="operator">
|
||||
@@ -128,6 +128,8 @@ export default {
|
||||
changeDepart(val){
|
||||
console.log(val,'val')
|
||||
this.queryParam.departCode = val
|
||||
// 如果是标准所 不传
|
||||
if(val === 'A05' ) this.queryParam.departCode = undefined
|
||||
this.loadData()
|
||||
},
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user