11
WXL
2024-05-30 7bc46f0968567d82f70d310da021e2fc3a707cae
src/views/project/relativesconfirmation/index.vue
@@ -196,7 +196,7 @@
            type="text"
            icon="el-icon-refrigerator"
            @click="handledownload(scope.row)"
            v-if="scope.row.recordstate == '6'"
            v-if="scope.row.workflow == '6'"
            >下载</el-button
          >
          <!-- <el-button
@@ -1123,7 +1123,9 @@
    //   this.nationality =res.data
    // })
    if (sessionStorage.getItem("relativesconfirmation")) {
      this.queryParams = JSON.parse(sessionStorage.getItem("relativesconfirmation"));
      this.queryParams = JSON.parse(
        sessionStorage.getItem("relativesconfirmation")
      );
      console.log(this.queryParams, "queryParams");
    }
    this.getuserlist();
@@ -1600,10 +1602,10 @@
        path: "/organ/donationdetails/",
        query: {
          id: row.id,
          organType: "edit",
          organType: "edit"
        }
      });
      return ;
      return;
      console.log("ppppppp", row);
      this.showSaveBtn = false;
      this.flowname = "家属确认登记";