Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
aixianling
2021-12-09 18:38:22 +08:00

View File

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