Commit 4eb6a8ff authored by 王启林's avatar 王启林

parent e73d4be8
......@@ -260,11 +260,11 @@ export default {
i.remark = i.field
i.questionType = formType(i.type)
i.require = formatNum(i.$required)
i.content = i.info || ''
i.content = i.title
if (formType(i.type) == 1 || formType(i.type) == 2) {
i.options.forEach(j => {
j.content = j.value
j.remark = j.label
j.content = j.label
j.remark = j.value
})
}
if (formType(i.type) == 1 || formType(i.type) == 2) {
......
......@@ -266,15 +266,6 @@ export default {
dateValue: '2023-01-00 00:00:00',
};
},
mounted() {
// this.$post('/perform/attend/appeal/stat', { appealTimeStart: this.dateValue }).then(res => {
// console.log(res)
// })
},
methods: {
}
};
</script>
<style lang="less" scoped>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment