Merge remote-tracking branch 'origin/codeCheck' into codeCheck

This commit is contained in:
chenjinsong
2020-01-15 10:17:49 +08:00
6 changed files with 54 additions and 95 deletions

View File

@@ -359,7 +359,9 @@
if (val) {
for (let i = 0; i < this.checkListData.length; i++) {
this.checkList.push(this.checkListData[i].id);
this.$store.commit('assetItemIdChange',this.checkListData[i].id)
}
this.$store.commit('assetAllIdChange',this.checkListData)
}
this.checkAllHandler = false;
}