1
yxh
2023-07-20 935c201bdcf4adde998d46893dd0fa3eddf400bb
src/views/project/relativesconfirmation/index.vue
@@ -1267,10 +1267,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) {
@@ -1925,7 +1922,6 @@
      const id = row.id || this.ids;
      downloadconfirmationinfo(id).then((response) => {
        debugger;
        var fileUrl = response;
        //获取当前网址
        var urlBase = process.env.VUE_APP_BASE_API;