问卷表单

This commit is contained in:
yanran200730
2021-12-09 18:34:33 +08:00
parent 8110844bd2
commit 0fe5dfa965

View File

@@ -112,7 +112,9 @@ export default {
},
created() {
this.$loading()
this.getList()
this.$dict.load(['questionnaireStatus', 'questionnaireType', 'questionnaireFieldType']).then(() => {
this.getList()
})
},
methods: {