Commit 86ec9534 by 陈羽

update: update

parent b2329013
......@@ -306,7 +306,7 @@ export default {
setTimeout(() => (this.isShake = false), 300);
},
rowCheckChange(row, column, event) {
if (this.canSync && row.syncFlag === 0 && row.tagItems.length) {
if (this.canSync && row.syncFlag === 0 && row.tagItems.length && this.canUseCount) {
this.$refs.table.toggleRowSelection(row);
row.check = !row.check;
}
......
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