gaoluyang
2025-03-13 ee6ea1e6886d9432dc31d42158786a6b06027760
实验室检测能力档案-编辑弹框复制报错
已修改1个文件
16 ■■■■■ 文件已修改
src/views/CNAS/process/method/standardMethod/index.vue 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/CNAS/process/method/standardMethod/index.vue
@@ -194,12 +194,7 @@
              name: "编辑",
              type: "text",
              clickFun: (row) => {
                this.title = "编辑";
                this.addForm = row;
                this.addForm.structureTestObjectId = JSON.parse(
                  this.addForm.structureTestObjectId
                );
                this.addDlog = true;
                this.openEdit(row)
              },
            },
            {
@@ -281,6 +276,14 @@
      this.addForm = {};
      this.addDlog = true;
    },
    openEdit(row) {
      this.title = "编辑";
      this.addDlog = true;
      this.addForm = this.HaveJson(row)
      this.addForm.structureTestObjectId = JSON.parse(
        this.addForm.structureTestObjectId
      );
    },
    getQualificationList() {
      this.getDicts("cnas_method_qualification").then((response) => {
        let arr = response.data.map((m) => {
@@ -353,6 +356,7 @@
        }
      });
    },
    // 删除
    handleDelete(row) {
      this.$confirm("是否删除该条数据?", "提示", {
        confirmButtonText: "确定",