@ -385,7 +385,7 @@ export default {
managementId: row.id,
}).then((res) => {
if (res.data) {
window.open(this.qzUrl + res.data.url);
window.open(this.qzUrl + res.data);
} else {
this.$modal.msgError("暂无上报汇总表");
}