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) {