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

parent e73d4be8
...@@ -260,11 +260,11 @@ export default { ...@@ -260,11 +260,11 @@ export default {
i.remark = i.field i.remark = i.field
i.questionType = formType(i.type) i.questionType = formType(i.type)
i.require = formatNum(i.$required) i.require = formatNum(i.$required)
i.content = i.info || '' i.content = i.title
if (formType(i.type) == 1 || formType(i.type) == 2) { if (formType(i.type) == 1 || formType(i.type) == 2) {
i.options.forEach(j => { i.options.forEach(j => {
j.content = j.value j.content = j.label
j.remark = j.label j.remark = j.value
}) })
} }
if (formType(i.type) == 1 || formType(i.type) == 2) { if (formType(i.type) == 1 || formType(i.type) == 2) {
......
...@@ -266,15 +266,6 @@ export default { ...@@ -266,15 +266,6 @@ export default {
dateValue: '2023-01-00 00:00:00', dateValue: '2023-01-00 00:00:00',
}; };
}, },
mounted() {
// this.$post('/perform/attend/appeal/stat', { appealTimeStart: this.dateValue }).then(res => {
// console.log(res)
// })
},
methods: {
}
}; };
</script> </script>
<style lang="less" scoped> <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