sonar qube

This commit is contained in:
Cindy Chang
2024-07-22 14:14:57 +08:00
parent 3c81356fa2
commit e5b15957cc
8 changed files with 34 additions and 46 deletions

View File

@@ -1399,7 +1399,7 @@ export default {
...mapActions(ConformanceInputStore, [''])
},
created() {
this.isShowBarOpen = this.conformanceLogCreateCheckId || this.conformanceFilterCreateCheckId ? false : true;
this.isShowBarOpen = !(this.conformanceLogCreateCheckId || this.conformanceFilterCreateCheckId);
// 選取 list 的結果
this.$emitter.on('actListData', (data) => {
this.selectConformanceTask = data;