yxh
yxh
2024-01-04 1ab59cd7f144002071572e2b6d8e9e0b84a24129
src/views/project/relativesconfirmation/index.vue
@@ -172,14 +172,7 @@
        fixed="right"
      >
        <template slot-scope="scope">
          <el-button
            size="mini"
            type="text"
            icon="el-icon-edit"
            @click="handletermination(scope.row)"
            v-hasPermi="['project:donatebaseinfo:edit']"
            >终止</el-button
          >
          <el-button
            size="mini"
            type="text"
@@ -1161,7 +1154,7 @@
    this.getTimeList();
    this.getList();
  },
  mounted() {
  mounted() {
    this.LoadReportList();
    // if(this.tempRecordState != undefined && this.tempRecordState != null){
@@ -1267,10 +1260,7 @@
      };
      this.loading = true;
      this.curCase = row;
      debugger;
      console.log("32323232323", searchparam, row);
      listRelativesconfirmation(searchparam).then((response) => {
        console.log("wdadwadawdawd", response);
        this.loading = false;
        if (response.code == 200) {
          if (response.rows.length == 0) {
@@ -1583,6 +1573,14 @@
    },
    /** 家属确认操作 */
    handleAdd(row) {
      // this.$router.push({
      //   path: "/organ/donationdetails/",
      //   query: {
      //     id: row.id,
      //     organType: "edit",
      //   }
      // });
      // return ;
      console.log("ppppppp", row);
      this.showSaveBtn = false;
      this.flowname = "家属确认登记";
@@ -1925,7 +1923,6 @@
      const id = row.id || this.ids;
      downloadconfirmationinfo(id).then((response) => {
        debugger;
        var fileUrl = response;
        //获取当前网址
        var urlBase = process.env.VUE_APP_BASE_API;