| | |
| | | this.selectionClear(); |
| | | }); |
| | | }); |
| | | } |
| | | if (this.userInfo.role_name == "公安管理员") { |
| | | } else if (this.userInfo.role_name == "公安管理员") { |
| | | const column = that.findObject(that.option.column, "category"); |
| | | var code1 = { code: "workReportCategory" }; |
| | | getDictionaryBiz(code1).then((res) => { |
| | |
| | | this.selectionClear(); |
| | | }); |
| | | }); |
| | | } else if (this.userInfo.role_name == "administrator") { |
| | | getListPage(page.currentPage, page.pageSize, params).then((res) => { |
| | | const data = res.data.data; |
| | | this.page.total = data.total; |
| | | this.data = data.records; |
| | | this.loading = false; |
| | | this.selectionClear(); |
| | | }); |
| | | } |
| | | |
| | | }, |
| | | }, |
| | | }; |