diff --git a/src/views/mes/reportWork/index.vue b/src/views/mes/reportWork/index.vue index 028378d..b6bbf4d 100644 --- a/src/views/mes/reportWork/index.vue +++ b/src/views/mes/reportWork/index.vue @@ -883,7 +883,7 @@ export default { if(this.queryParams.createTimeArray !=null && this.queryParams.createTimeArray.length>0){ this.queryParams.createTimeStart = moment(this.queryParams.createTimeArray[0]).format('YYYY-MM-DD HH:mm:ss'); this.queryParams.createTimeEnd = moment(this.queryParams.createTimeArray[1]).format('YYYY-MM-DD HH:mm:ss'); - }**/ + } if ( this.queryParams.feedbackTimeArray != null && @@ -895,7 +895,7 @@ export default { this.queryParams.feedbackTimeEnd = moment( this.queryParams.feedbackTimeArray[1] ).format("YYYY-MM-DD"); - } + }**/ this.loading = true; listReportWork(this.queryParams).then((response) => { this.reportWorkList = response.rows; @@ -922,6 +922,7 @@ export default { this.openConsume = false; this.loading = false; this.reset(); + this.getList(); }, getSummaries(param) { const { columns, data } = param; diff --git a/src/views/system/user/authRole.vue b/src/views/system/user/authRole.vue index ab5e72f..bf6a2f8 100644 --- a/src/views/system/user/authRole.vue +++ b/src/views/system/user/authRole.vue @@ -39,7 +39,7 @@ 提交 - 返回 + @@ -104,13 +104,13 @@ export default { const roleIds = this.roleIds.join(","); updateAuthRole({ userId: userId, roleIds: roleIds }).then((response) => { this.$modal.msgSuccess("授权成功"); - this.close(); + //this.close(); }); }, /** 关闭按钮 */ close() { - const obj = { path: "/system/user" }; - this.$tab.closeOpenPage(obj); + //const obj = { path: "/system/user" }; + //this.$tab.closeOpenPage(obj); }, }, };