【修改】会议详情查询开票信息

This commit is contained in:
fengachen
2022-07-25 16:05:31 +08:00
parent 8c3d568e56
commit e300f447a9
+1 -1
View File
@@ -776,7 +776,7 @@ export default {
this.situationInfoLoading = true
this.showMoreInfo = false
// 通过id查询项目详情
if (!param.situationId) {
if (param.situationId) {
queryCommonProjectById({id: param.situationId}).then(res => {
if (res.success) {
console.log(res.result, 'res.result')