feat:添加投票-创建投票-添加题干,添加选项;评估编辑接口对接

This commit is contained in:
dongwug
2022-11-02 18:14:41 +08:00
parent 348f8c93cb
commit f94a1ba53c
4 changed files with 131 additions and 22 deletions

View File

@@ -120,8 +120,8 @@ export default {
},
setup(props, ctx) {
const state = reactive({
inputV1: "",
inputV2: "",
inputV1: '',
inputV2: '',
time: undefined,
endTimes : "",
startTimes: "",
@@ -230,7 +230,7 @@ export default {
evaluationEndTime: state.endTimes,
evaluationFlag: "",
evaluationId: "",
evaluationPictureAddress: state.picUrl,
evaluationPictureAddress: "",
evaluationStartTime: state.startTimes,
evaluationTag: "",
evaluationTypeId: 0,