WXL
2024-09-05 df59cae6f3c73605a3f3b4055fdca5b4dabde2c2
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;
    },