【bug】会议类型显示修改
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user