yxh
yxh
2025-05-23 8022f7036945b75f82f2dfc43055623f81ed98f6
src/views/project/donateorgan/index.vue
@@ -633,9 +633,6 @@
        queryParams.endtransplanttime = queryParams.transplanttime[1]+ " 23:59:59"
        queryParams.transplanttime = null
      }
      console.log("搜索查询啊", this.queryParams);
      listnewDonateorgan(queryParams).then((response) => {
        console.log("器官数据:", response);
@@ -706,10 +703,8 @@
    /** 修改按钮操作 */
    handleUpdate(row) {
      this.reset();
      console.log("修改当前的row", row);
      const id = row.doid || this.ids;
      getDonateorgan(id).then((response) => {
        console.log("当前数据:", response);
        this.form = response.data;
        this.form.organstate = this.form.organstate + "";
        this.open = true;