src/views/mdc/base/DepartList.vue
@@ -295,7 +295,11 @@ 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++) { @@ -573,10 +577,6 @@ .ant-modal-cust-warp .ant-modal-content { height: 90% !important; overflow-y: hidden } #app .desktop { height: auto !important; } /** Button按钮间距 */