| | |
| | | ref="filterTable" |
| | | :data="tableData" |
| | | style="width: 100%" |
| | | border |
| | | class="table_height" |
| | | height="calc(100% - 45px)" |
| | | @selection-change="handleSelectionChange" |
| | |
| | | " |
| | | :visible.sync="dialogFormVisible" |
| | | :before-close="handleClose" |
| | | :close-on-click-modal="false" |
| | | > |
| | | <div style="height: 500px; overflow: auto"> |
| | | <el-form |
| | |
| | | :title="$t('common.changepassWord')" |
| | | :visible.sync="resetPwd" |
| | | :before-close="handleClose" |
| | | |
| | | :close-on-click-modal="false" |
| | | > |
| | | |
| | | <el-form |
| | |
| | | |
| | | this.getUserInfo(); |
| | | } |
| | | else { |
| | | this.$message({ |
| | | message: res.msg, |
| | | type: "error", |
| | | }); |
| | | } |
| | | }, 500); |
| | | }) |
| | | .catch((res) => { |