|
@@ -21,12 +21,12 @@
|
|
|
dict="sys_user,realname,realname" allowClear/>
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
- <a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
|
+ <!-- <a-col :xl="6" :lg="7" :md="8" :sm="24">
|
|
|
<a-form-item label="部门">
|
|
|
<j-search-select-tag v-model="formState.sysOrgCode" placeholder="请选择部门"
|
|
|
dict="sys_depart,depart_name,depart_name,org_type='3' or org_code='TBD' order by org_code"/>
|
|
|
</a-form-item>
|
|
|
- </a-col>
|
|
|
+ </a-col> -->
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-form-model-item label="" >
|
|
|
<a-button type="primary" icon="search" @click="searchSonList">查询</a-button>
|