修改查看

This commit is contained in:
shidongli 2024-12-24 13:34:56 +08:00
parent a8b610d3e5
commit b56bd1f80b

View File

@ -42,7 +42,7 @@
> >
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
<el-form-item label="问卷名称" prop="questionnaireName"> <el-form-item label="问卷名称" prop="questionInfoId">
<el-select <el-select
v-model="queryParams.questionInfoId" v-model="queryParams.questionInfoId"
placeholder="请选择问卷名称" placeholder="请选择问卷名称"
@ -665,12 +665,12 @@ export default {
}; };
}, },
created() { created() {
this.queryParams.questionInfoId = this.$route.query.questionInfoId this.queryParams.questionInfoId = Number(this.$route.query.questionInfoId)
this.queryParams.questionSubjectOptionId = this.$route.query.questionSubjectOptionId this.queryParams.questionSubjectOptionId = this.$route.query.questionSubjectOptionId
this.queryParams.optionChooseSign = this.$route.query.optionChooseSign this.queryParams.optionChooseSign = this.$route.query.optionChooseSign
this.selectAgencyinfo(); this.selectAgencyinfo();
this.getDefaultDateRange()
this.getQuestion(); this.getQuestion();
this.getDefaultDateRange()
this.getList(); this.getList();
}, },
mounted() { mounted() {
@ -1128,4 +1128,3 @@ audio {
} }
} }
</style> </style>