From 0957d72c6a7f49a8c93e92b44ca8eefc3de2d2c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Fri, 2 Sep 2022 17:57:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E9=99=8D=E6=9C=BA=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E8=BF=9D=E8=A7=84=E4=BF=A1=E6=81=AF=E6=8E=A5=E5=8F=A3=E8=81=94?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectFront/lifter/violationInfo.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/projectFront/lifter/violationInfo.vue b/src/views/projectFront/lifter/violationInfo.vue index 7ada87c3..22d2d255 100644 --- a/src/views/projectFront/lifter/violationInfo.vue +++ b/src/views/projectFront/lifter/violationInfo.vue @@ -155,6 +155,7 @@ export default { this.pageInfo.pageNo = 1; } let data = this.formInline + data.projectSn = this.$store.state.projectSn; data.pageSize = this.pageInfo.pageSize; data.pageNo = this.pageInfo.pageNo; getLifterViolationApi(data).then(res => {