批量测试修改

This commit is contained in:
gyj
2024-01-09 18:04:17 +08:00
parent a22e5b79d0
commit b6a782e1df
4 changed files with 29 additions and 12 deletions
@@ -85,12 +85,10 @@ export default {
console.log(this.paramsdata)
getSignUrlBatch(this.paramsdata).then(res=>{
this.$modal.msgSuccess("确认成功");
this.cancel();
this.cancel('courtReviewform');
this.$emit("getList", this.queryParams);
window.open(res.data.signUrl)
}).catch((err) => {
});
})
}
})
},