sonar qube
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user