上饶沙盘&江西工贸 行调界面 不展示 chatView

This commit is contained in:
fan 2021-11-12 09:46:51 +08:00
parent f5cca2da38
commit fa9d0bb152
2 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ export default {
return this.$route.query.prdType === '09';
},
noChatBox() {
return !this.project.includes('srsandbox') || !this.project.includes('jxgm');
return this.project.includes('srsandbox') || this.project.includes('jxgm');
}
},
watch: {

View File

@ -199,7 +199,7 @@ export default {
return this.$store.state.socket.simulationPause;
},
noChatBox() {
return this.$route.query.type === 'ILW' || !this.project.includes('srsandbox') || !this.project.includes('jxgm');
return this.$route.query.type === 'ILW' || this.project.includes('srsandbox') || this.project.includes('jxgm');
}
},
watch: {