【bug】会议类型显示修改

This commit is contained in:
fengachen
2021-12-23 09:54:49 +08:00
parent 29780047eb
commit 337b4078e4
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -784,7 +784,7 @@ export default {
case '1':
return '工作组会议'
case '2':
switch (this.model.tbMeetingType) {
switch (this.model.tbMeetingType + '') {
case '1':
return '标协会议-标准宣贯'
case '2':
@@ -412,6 +412,7 @@ export default {
this.queryParam.tbMeetingType = '1'
} else {
this.queryParam.meetingType = val
this.queryParam.tbMeetingType = undefined
}
}
}