Commit 9506cc5f by 米嘉伟

人员关注列表点击“复制条码”,批量操作按钮不会自动打开

parent 18bbeda9
......@@ -924,6 +924,8 @@ export default {
this.ysxtAsjxgrybh = []
if (this.multipleSelection.length === 0) {
this.$message.error('请选择需要复制条码号的数据!')
this.selectBoo = false
this.isShowTip = false
} else {
self.multipleSelection.forEach((item) => {
if (item.followPerson) {
......@@ -1342,7 +1344,7 @@ export default {
return this.$store.state.layout.Menu
},
},
activated() {
activated () {
this.$keyBoard(this, 'onClickEnterKeyup')
},
mounted () {
......@@ -1684,7 +1686,7 @@ export default {
.iconfont {
width: 16px;
height: 16px;
font-family: "iconfont" !important;
font-family: 'iconfont' !important;
font-size: 16px;
font-style: normal;
color: #055fe7;
......@@ -1783,13 +1785,13 @@ export default {
/deep/ .el-table {
.cell:empty::before {
content: "---";
content: '---';
color: gray;
}
.is-leaf {
.cell:empty::before {
content: "---";
content: '---';
color: gray;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment