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 @@