11
WXL
2024-03-20 1e487a42549384f6e937a5c7d557563aedafec2c
src/views/project/relativesconfirmation/index.vue
@@ -162,7 +162,7 @@
              :value="scope.row.workflow"
            />
          </div>
          <div v-else>任务中止</div>
          <div v-else>任务终止</div>
        </template>
      </el-table-column>
@@ -1112,6 +1112,10 @@
    // this.getDicts('country').then(res=>{
    //   this.nationality =res.data
    // })
    if (sessionStorage.getItem("relativesconfirmation")) {
      this.queryParams = JSON.parse(sessionStorage.getItem("relativesconfirmation"));
      console.log(this.queryParams, "queryParams");
    }
    this.getuserlist();
    this.getLeaderList();
    this.getCoordinatorList1();
@@ -1429,7 +1433,11 @@
    /** 查询捐献基础列表 */
    getList(e) {
      this.loading = true;
      sessionStorage.removeItem("relativesconfirmation");
      sessionStorage.setItem(
        "relativesconfirmation",
        JSON.stringify(this.queryParams)
      );
      if (null != this.daterangeReporttime && "" != this.daterangeReporttime) {
        this.queryParams.params[
          "beginReporttime"
@@ -1578,14 +1586,14 @@
    },
    /** 家属确认操作 */
    handleAdd(row) {
      // this.$router.push({
      //   path: "/organ/donationdetails/",
      //   query: {
      //     id: row.id,
      //     organType: "edit",
      //   }
      // });
      // return ;
      this.$router.push({
        path: "/organ/donationdetails/",
        query: {
          id: row.id,
          organType: "edit",
        }
      });
      return ;
      console.log("ppppppp", row);
      this.showSaveBtn = false;
      this.flowname = "家属确认登记";