gaoluyang
2025-02-18 7f9514f20911fbb8046ca03716c2bc9304ec2fa0
src/views/standard/model/index.vue
@@ -109,7 +109,6 @@
  delStandardTemplate,
  getEditTemplatePreparation,
} from "@/api/standard/model";
import { checkPermi } from "@/utils/permission"; // 权限判断函数
export default {
  components: {
    Excel,
@@ -217,7 +216,6 @@
    this.getList();
  },
  methods: {
    checkPermi,
    getList() {
      this.tableLoading = true;
      let param = { ...this.queryParams, ...this.page };