【修改】修改权限

This commit is contained in:
zhoulingpo
2023-05-10 18:03:23 +08:00
parent ecdee79675
commit 358bc5e143
+2 -1
View File
@@ -232,7 +232,8 @@ export default {
submitJson, submitJson,
taskId: this.taskId, taskId: this.taskId,
userId: this.$store.getters.userInfo.usid, userId: this.$store.getters.userInfo.usid,
prcType: this.prcType prcType: this.prcType,
reportId: JSON.parse(this.processOld.dataJson).reportId
}) })
} }
}) })