no commit message

This commit is contained in:
annnj-company
2026-04-27 13:59:04 +08:00
parent 8dd29ec3a7
commit 034518cfa2
2 changed files with 8 additions and 2 deletions

View File

@@ -2143,7 +2143,7 @@ export default {
subReport(this.topInfo).then(res => {
// this.loading = false
if (res.code === 1) {
// this.reqPreviewReport()
this.reqPreviewReport()
this.$Message.success(res.msg)
closeCurrentPage(this, this.$route.query.from, {}) // 关闭当前页
} else {
@@ -2683,7 +2683,7 @@ export default {
subFinish(this.topInfo).then(res => {
// this.finishLoad = false
if (res.code === 1) {
// this.reqPreviewReport()
this.reqPreviewReport()
this.$Message.success(res.msg)
closeCurrentPage(this, this.$route.query.from, {}, this.$route) // 关闭当前页
} else {