WXL
2024-08-15 8aca82344ce82cf90f3357b8ba5abe35a0e3a74f
src/views/knowledge/questionbank/index.vue
@@ -567,7 +567,7 @@
    compileUpdate(row) {
      this.$router.push({
        path: "/knowledge/questionbank/particulars/",
        query: { id: row.id },
        query: { id: row.id, categoryid: this.queryParams.categoryid },
      });
    },
    // 疾病-----------------------
@@ -779,13 +779,7 @@
      this.single = selection.length != 1;
      this.multiple = !selection.length;
    },
    /** 新增按钮操作 */
    handleAdd() {
      this.$router.push({
        path: "/knowledge/verbaltrick/particulars/",
        query: { id: "" },
      });
    },
    // 修改分类弹框
    popoveramend(tagcategoryid) {
      this.idds = tagcategoryid;