From 84ee3b6135f77f065e483b46c9a08dedc792de12 Mon Sep 17 00:00:00 2001 From: Rain_ <904416525@qq.com> Date: Sat, 11 Oct 2025 15:20:45 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E4=BF=AE=E6=94=B9=E5=BB=B6?= =?UTF-8?q?=E6=9C=9F=E5=BE=85=E5=AE=A1=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debug.log | 4 ++++ .../safeSame/hiddenDangerModule/pendingReview.vue | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debug.log b/debug.log index eff71a16..81b7e864 100644 --- a/debug.log +++ b/debug.log @@ -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) diff --git a/src/views/projectFront/safeSame/hiddenDangerModule/pendingReview.vue b/src/views/projectFront/safeSame/hiddenDangerModule/pendingReview.vue index 2c0ba924..aa19c7c9 100644 --- a/src/views/projectFront/safeSame/hiddenDangerModule/pendingReview.vue +++ b/src/views/projectFront/safeSame/hiddenDangerModule/pendingReview.vue @@ -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) => {