WXL
2024-09-04 7eaee92ee52e1501480adbbe8a1af9ddecc04275
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;
    },