From 8a631c477b421555d63f4e935b90bc3dd6d1b647 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Mon, 18 Nov 2024 17:00:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/system/checkReport/add.html | 6 ++---- .../main/resources/templates/system/checkReport/edit.html | 4 +--- .../src/main/resources/templates/system/user/edit.html | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/checkReport/add.html b/ruoyi-admin/src/main/resources/templates/system/checkReport/add.html index c56058a..7863235 100644 --- a/ruoyi-admin/src/main/resources/templates/system/checkReport/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/checkReport/add.html @@ -226,7 +226,7 @@ itemImage: true, postForm: { checkTypeDTOS:[], - framework:'36625', + framework:'', area:'', adduser: [[${user.userName}]], depart: [[${user.dept.deptName}]], @@ -438,9 +438,7 @@ type: 'GET', data: this.params, success: function (res) { - this.CityList = res.data.filter(function (obj) { - return obj.id === '36625'; - }); + this.CityList = res.data }.bind(this) }); }, diff --git a/ruoyi-admin/src/main/resources/templates/system/checkReport/edit.html b/ruoyi-admin/src/main/resources/templates/system/checkReport/edit.html index df5517e..c9d68f4 100644 --- a/ruoyi-admin/src/main/resources/templates/system/checkReport/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/checkReport/edit.html @@ -538,9 +538,7 @@ type: 'GET', data: this.params, success: function(res) { - _this.CityList = res.data.filter(function(obj) { - return obj.id === '36625'; - }); + _this.CityList = res.data } }); }, diff --git a/ruoyi-admin/src/main/resources/templates/system/user/edit.html b/ruoyi-admin/src/main/resources/templates/system/user/edit.html index b2ff197..ad67409 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/edit.html @@ -38,7 +38,7 @@