| | |
| | | </div> |
| | | </a-card> |
| | | <!---- author:os_chengtgen -- date:20190827 -- for:切换父子勾选模式 =======------> |
| | | <div class="drawer-bootom-button"> |
| | | <div class="drawer-bottom-button"> |
| | | <a-dropdown :trigger="['click']" placement="topCenter"> |
| | | <a-menu slot="overlay"> |
| | | <a-menu-item key="1" @click="switchCheckStrictly(1)">父子关联</a-menu-item> |
| | |
| | | that.departTree = [] |
| | | //所有的树节点key信息 |
| | | that.allIds = [] |
| | | |
| | | |
| | | that.iExpandedKeys = [] |
| | | //update-begin---author:wangshuai ---date:20220105 for:[JTC-364]sqlserver 部门导入导入失败,部门树数据丢失------------ |
| | | //部门树v-if用到了loading,和上传loading冲突了,换一个名称 |
| | |
| | | } |
| | | |
| | | /** Button按钮间距 */ |
| | | .drawer-bootom-button { |
| | | .drawer-bottom-button { |
| | | /*position: absolute;*/ |
| | | bottom: 0; |
| | | width: 100%; |