fix: 解决冲突 (#2167)

Co-authored-by: chenjianxing <jianxing.chen@fit2cloud.com>
This commit is contained in:
metersphere-bot 2021-04-21 21:43:20 +08:00 committed by GitHub
parent 82cc5801c1
commit ce37691060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ export default {
clear() {
this.selectRows.clear();
this.selectDataCounts = 0;
},
checkTableRowIsSelect() {
checkTableRowIsSelect(this, this.condition, this.data, this.$refs.table, this.selectRows);
}