修改特种用户权限
This commit is contained in:
parent
306cc21218
commit
9d7024f5e5
@ -499,7 +499,8 @@ export default {
|
|||||||
workTicketCode: this.formInline.workTicketCode,
|
workTicketCode: this.formInline.workTicketCode,
|
||||||
pageNo: this.pageNo,
|
pageNo: this.pageNo,
|
||||||
pageSize: this.pageSize,
|
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) => {
|
getPlatePlugSafePageApi(data).then((res) => {
|
||||||
if (res.result) {
|
if (res.result) {
|
||||||
|
|||||||
@ -703,7 +703,8 @@ export default {
|
|||||||
workTicketCode: this.formInline.workTicketCode,
|
workTicketCode: this.formInline.workTicketCode,
|
||||||
pageNo: this.pageNo,
|
pageNo: this.pageNo,
|
||||||
pageSize: this.pageSize,
|
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) => {
|
getSpaceSafePageApi(data).then((res) => {
|
||||||
if (res.result) {
|
if (res.result) {
|
||||||
|
|||||||
@ -455,7 +455,8 @@ export default {
|
|||||||
workTicketCode: this.formInline.workTicketCode,
|
workTicketCode: this.formInline.workTicketCode,
|
||||||
pageNo: this.pageNo,
|
pageNo: this.pageNo,
|
||||||
pageSize: this.pageSize,
|
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) => {
|
getOpenCircuitPageApi(data).then((res) => {
|
||||||
if (res.result) {
|
if (res.result) {
|
||||||
|
|||||||
@ -632,7 +632,8 @@ export default {
|
|||||||
workTicketCode: this.formInline.workTicketCode,
|
workTicketCode: this.formInline.workTicketCode,
|
||||||
pageNo: this.pageNo,
|
pageNo: this.pageNo,
|
||||||
pageSize: this.pageSize,
|
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) => {
|
getFireSafetyPageApi(data).then((res) => {
|
||||||
if (res.result) {
|
if (res.result) {
|
||||||
|
|||||||
@ -460,7 +460,8 @@ export default {
|
|||||||
workTicketCode: this.formInline.workTicketCode,
|
workTicketCode: this.formInline.workTicketCode,
|
||||||
pageNo: this.pageNo,
|
pageNo: this.pageNo,
|
||||||
pageSize: this.pageSize,
|
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) => {
|
getHoistSafetyPageApi(data).then((res) => {
|
||||||
if (res.result) {
|
if (res.result) {
|
||||||
|
|||||||
@ -457,7 +457,8 @@ export default {
|
|||||||
workTicketCode: this.formInline.workTicketCode,
|
workTicketCode: this.formInline.workTicketCode,
|
||||||
pageNo: this.pageNo,
|
pageNo: this.pageNo,
|
||||||
pageSize: this.pageSize,
|
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) => {
|
getGroundSafetPageApi(data).then((res) => {
|
||||||
if (res.result) {
|
if (res.result) {
|
||||||
|
|||||||
@ -448,7 +448,8 @@ export default {
|
|||||||
workTicketCode: this.formInline.workTicketCode,
|
workTicketCode: this.formInline.workTicketCode,
|
||||||
pageNo: this.pageNo,
|
pageNo: this.pageNo,
|
||||||
pageSize: this.pageSize,
|
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) => {
|
getTemporaryPageApi(data).then((res) => {
|
||||||
if (res.result) {
|
if (res.result) {
|
||||||
|
|||||||
@ -395,7 +395,8 @@ export default {
|
|||||||
workTicketCode: this.formInline.workTicketCode,
|
workTicketCode: this.formInline.workTicketCode,
|
||||||
pageNo: this.pageNo,
|
pageNo: this.pageNo,
|
||||||
pageSize: this.pageSize,
|
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) => {
|
getHighJobPageApi(data).then((res) => {
|
||||||
if (res.result) {
|
if (res.result) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user