修改特种用户权限

This commit is contained in:
”Rain“ 2024-05-18 09:47:20 +08:00
parent 306cc21218
commit 9d7024f5e5
8 changed files with 16 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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