fix: 解决冲突 (#2167)
Co-authored-by: chenjianxing <jianxing.chen@fit2cloud.com>
This commit is contained in:
parent
82cc5801c1
commit
ce37691060
|
@ -237,6 +237,7 @@ export default {
|
||||||
clear() {
|
clear() {
|
||||||
this.selectRows.clear();
|
this.selectRows.clear();
|
||||||
this.selectDataCounts = 0;
|
this.selectDataCounts = 0;
|
||||||
|
},
|
||||||
checkTableRowIsSelect() {
|
checkTableRowIsSelect() {
|
||||||
checkTableRowIsSelect(this, this.condition, this.data, this.$refs.table, this.selectRows);
|
checkTableRowIsSelect(this, this.condition, this.data, this.$refs.table, this.selectRows);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue