| | |
| | | that.departTree = [] |
| | | //所有的树节点key信息 |
| | | that.allIds = [] |
| | | |
| | | |
| | | that.iExpandedKeys = [] |
| | | |
| | | |
| | | that.loading = false |
| | | queryDepartTreeSync().then((res) => { |
| | | if (res.success) { |
| | |
| | | batchDel: function () { |
| | | console.log(this.checkedKeys) |
| | | if (this.checkedKeys.length <= 0) { |
| | | this.$message.warning('请选择一条记录!') |
| | | // this.$message.warning('请选择一条记录!') |
| | | this.$notification.warning({ |
| | | message:'消息', |
| | | description:"请选择一条记录" |
| | | }); |
| | | } else { |
| | | var ids = '' |
| | | for (var a = 0; a < this.checkedKeys.length; a++) { |
| | |
| | | .ant-modal-cust-warp .ant-modal-content { |
| | | height: 90% !important; |
| | | overflow-y: hidden |
| | | } |
| | | |
| | | #app .desktop { |
| | | height: auto !important; |
| | | } |
| | | |
| | | /** Button按钮间距 */ |