| | |
| | | return { |
| | | addBtn: this.vaildData(this.permission.systemInfo.systemInfo_add, false), |
| | | editBtn: this.vaildData(this.permission.systemInfo.systemInfo_edit, false), |
| | | delBtn: this.vaildData(this.permission.systemInfo.systemInfo_remove, false), |
| | | delBtn: this.vaildData(this.permission.systemInfo.systemInfo_delete, false), |
| | | empower: this.vaildData(this.permission.systemInfo.systemInfo_empower, false), |
| | | } |
| | | }, |
| | |
| | | message: '新增数据成功!' |
| | | }) |
| | | done(row) |
| | | await this.getDataList(); |
| | | // this.$refs.crud.refreshTable() |
| | | // this.getDataList() |
| | | } |
| | |
| | | }) |
| | | done(row) |
| | | } |
| | | await this.getDataList(); |
| | | } catch { |
| | | loading() |
| | | } |