flx:修改延期待审权限

This commit is contained in:
Rain_ 2025-10-11 15:20:45 +08:00
parent 42009789c8
commit 84ee3b6135
2 changed files with 5 additions and 1 deletions

View File

@ -10,3 +10,7 @@
[0930/163245.034:ERROR:registration_protocol_win.cc(108)] CreateFile: 系统找不到指定的文件。 (0x2)
[0930/163246.926:ERROR:registration_protocol_win.cc(108)] CreateFile: 系统找不到指定的文件。 (0x2)
[0930/163247.976:ERROR:registration_protocol_win.cc(108)] CreateFile: 系统找不到指定的文件。 (0x2)
[1011/144829.070:ERROR:registration_protocol_win.cc(108)] CreateFile: 系统找不到指定的文件。 (0x2)
[1011/144829.252:ERROR:registration_protocol_win.cc(108)] CreateFile: 系统找不到指定的文件。 (0x2)
[1011/144829.886:ERROR:registration_protocol_win.cc(108)] CreateFile: 系统找不到指定的文件。 (0x2)
[1011/144830.214:ERROR:registration_protocol_win.cc(108)] CreateFile: 系统找不到指定的文件。 (0x2)

View File

@ -3573,7 +3573,7 @@ export default {
data.projectSn = this.projectSn;
data.pageNo = this.pageNo;
data.pageSize = this.pageSize;
data.operatorId = this.$store.state.userInfo.userId;
// data.operatorId = this.$store.state.userInfo.userId;
data.isRectifyPostponeTodo = 1;
getSafeInspectionRecordListApi(data).then((res) => {