【bug】会议费用为 0

This commit is contained in:
fengachen
2021-11-30 10:04:58 +08:00
parent ff79fcb97e
commit 11ea9ec0ea
4 changed files with 73 additions and 11 deletions
-1
View File
@@ -543,7 +543,6 @@ export default {
this.selectedCompany = value
// 通过企业名称判断当前参会人
if (this.currentMeetingInfo.meetingType + '' === '2') {
console.log('标协会议')
validateStandard({companyName: this.selectedCompany.companyName}).then(res => {
this.isStandardBool = res.result
if (this.isStandardBool) {