yxh
yxh
2024-01-05 26c14f0c6defe02f2b6f15b498bcd454461ee7a8
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;