header样式修改

This commit is contained in:
unknown
2020-01-15 09:51:52 +08:00
parent 65646c0fb3
commit e7efaf0ac2
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;
}