【bug】会议费用为 0
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user