src/views/knowledge/education/compilequer/index.vue
@@ -408,6 +408,7 @@ ]; export default { name: "Educationinfo", components: { OptionalForm }, data() { return { @@ -541,6 +542,13 @@ pageSize: 10, }, }; }, activated() { if (this.id != this.$route.query.id) { this.gettabList(); this.getList(); this.illnessUpdate(); } }, created() { @@ -820,7 +828,7 @@ // -------------------------- // 预览模版 // 预览模板 PreviewTemplate() { this.drawer = true; },