批量测试修改
This commit is contained in:
@@ -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) => {
|
||||
|
||||
});
|
||||
})
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user