From 9d7024f5e572f344a043e62317e80c8cb65481a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9DRain=E2=80=9C?= <904416525@qq.com> Date: Sat, 18 May 2024 09:47:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=B9=E7=A7=8D=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectFront/specialWork/blindPlugWork.vue | 3 ++- src/views/projectFront/specialWork/confinedSpaceWork.vue | 3 ++- src/views/projectFront/specialWork/disconnectionWork.vue | 3 ++- src/views/projectFront/specialWork/fireWork.vue | 3 ++- src/views/projectFront/specialWork/riggingOutWork.vue | 3 ++- src/views/projectFront/specialWork/startBuildingWork.vue | 3 ++- src/views/projectFront/specialWork/temporaryPowerWork.vue | 3 ++- src/views/projectFront/specialWork/towerOverWork.vue | 3 ++- 8 files changed, 16 insertions(+), 8 deletions(-) diff --git a/src/views/projectFront/specialWork/blindPlugWork.vue b/src/views/projectFront/specialWork/blindPlugWork.vue index 0ca9279c..5a914c8e 100644 --- a/src/views/projectFront/specialWork/blindPlugWork.vue +++ b/src/views/projectFront/specialWork/blindPlugWork.vue @@ -499,7 +499,8 @@ export default { workTicketCode: this.formInline.workTicketCode, pageNo: this.pageNo, pageSize: this.pageSize, - projectSn: this.projectSn + projectSn: this.projectSn, + assignmentPersonInCharge: this.$store.state.userInfo.accountType == 6 ? this.$store.state.userInfo.userId : '', } getPlatePlugSafePageApi(data).then((res) => { if (res.result) { diff --git a/src/views/projectFront/specialWork/confinedSpaceWork.vue b/src/views/projectFront/specialWork/confinedSpaceWork.vue index a61a8323..4b9b420c 100644 --- a/src/views/projectFront/specialWork/confinedSpaceWork.vue +++ b/src/views/projectFront/specialWork/confinedSpaceWork.vue @@ -703,7 +703,8 @@ export default { workTicketCode: this.formInline.workTicketCode, pageNo: this.pageNo, pageSize: this.pageSize, - projectSn: this.projectSn + projectSn: this.projectSn, + assignmentPersonInCharge: this.$store.state.userInfo.accountType == 6 ? this.$store.state.userInfo.userId : '', } getSpaceSafePageApi(data).then((res) => { if (res.result) { diff --git a/src/views/projectFront/specialWork/disconnectionWork.vue b/src/views/projectFront/specialWork/disconnectionWork.vue index 33bb5b4f..4f03460d 100644 --- a/src/views/projectFront/specialWork/disconnectionWork.vue +++ b/src/views/projectFront/specialWork/disconnectionWork.vue @@ -455,7 +455,8 @@ export default { workTicketCode: this.formInline.workTicketCode, pageNo: this.pageNo, pageSize: this.pageSize, - projectSn: this.projectSn + projectSn: this.projectSn, + assignmentPersonInCharge: this.$store.state.userInfo.accountType == 6 ? this.$store.state.userInfo.userId : '', } getOpenCircuitPageApi(data).then((res) => { if (res.result) { diff --git a/src/views/projectFront/specialWork/fireWork.vue b/src/views/projectFront/specialWork/fireWork.vue index e202cb41..8b01d068 100644 --- a/src/views/projectFront/specialWork/fireWork.vue +++ b/src/views/projectFront/specialWork/fireWork.vue @@ -632,7 +632,8 @@ export default { workTicketCode: this.formInline.workTicketCode, pageNo: this.pageNo, pageSize: this.pageSize, - projectSn: this.projectSn + projectSn: this.projectSn, + assignmentPersonInCharge: this.$store.state.userInfo.accountType == 6 ? this.$store.state.userInfo.userId : '', } getFireSafetyPageApi(data).then((res) => { if (res.result) { diff --git a/src/views/projectFront/specialWork/riggingOutWork.vue b/src/views/projectFront/specialWork/riggingOutWork.vue index ceeb9cfb..575d178f 100644 --- a/src/views/projectFront/specialWork/riggingOutWork.vue +++ b/src/views/projectFront/specialWork/riggingOutWork.vue @@ -460,7 +460,8 @@ export default { workTicketCode: this.formInline.workTicketCode, pageNo: this.pageNo, pageSize: this.pageSize, - projectSn: this.projectSn + projectSn: this.projectSn, + assignmentPersonInCharge: this.$store.state.userInfo.accountType == 6 ? this.$store.state.userInfo.userId : '', } getHoistSafetyPageApi(data).then((res) => { if (res.result) { diff --git a/src/views/projectFront/specialWork/startBuildingWork.vue b/src/views/projectFront/specialWork/startBuildingWork.vue index 07afbbbf..ee54e20b 100644 --- a/src/views/projectFront/specialWork/startBuildingWork.vue +++ b/src/views/projectFront/specialWork/startBuildingWork.vue @@ -457,7 +457,8 @@ export default { workTicketCode: this.formInline.workTicketCode, pageNo: this.pageNo, pageSize: this.pageSize, - projectSn: this.projectSn + projectSn: this.projectSn, + assignmentPersonInCharge: this.$store.state.userInfo.accountType == 6 ? this.$store.state.userInfo.userId : '', } getGroundSafetPageApi(data).then((res) => { if (res.result) { diff --git a/src/views/projectFront/specialWork/temporaryPowerWork.vue b/src/views/projectFront/specialWork/temporaryPowerWork.vue index aa722298..16517e53 100644 --- a/src/views/projectFront/specialWork/temporaryPowerWork.vue +++ b/src/views/projectFront/specialWork/temporaryPowerWork.vue @@ -448,7 +448,8 @@ export default { workTicketCode: this.formInline.workTicketCode, pageNo: this.pageNo, pageSize: this.pageSize, - projectSn: this.projectSn + projectSn: this.projectSn, + assignmentPersonInCharge: this.$store.state.userInfo.accountType == 6 ? this.$store.state.userInfo.userId : '', } getTemporaryPageApi(data).then((res) => { if (res.result) { diff --git a/src/views/projectFront/specialWork/towerOverWork.vue b/src/views/projectFront/specialWork/towerOverWork.vue index 9aa3e574..b7618674 100644 --- a/src/views/projectFront/specialWork/towerOverWork.vue +++ b/src/views/projectFront/specialWork/towerOverWork.vue @@ -395,7 +395,8 @@ export default { workTicketCode: this.formInline.workTicketCode, pageNo: this.pageNo, pageSize: this.pageSize, - projectSn: this.projectSn + projectSn: this.projectSn, + assignmentPersonInCharge: this.$store.state.userInfo.accountType == 6 ? this.$store.state.userInfo.userId : '', } getHighJobPageApi(data).then((res) => { if (res.result) {