| | |
| | | </div> |
| | | |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button size="small" @click="pwdVisible = false">取 消</el-button> |
| | | <el-button size="small" type="primary" @click="savePwdHandler">确 定</el-button> |
| | | <el-button size="small" @click="pwdVisible = false">取 消</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | |
| | |
| | | > |
| | | </avue-crud> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button size="small" @click="departVisible = false">取 消</el-button> |
| | | <el-button size="small" type="primary" @click="saveDepartHandler">确 定</el-button> |
| | | <el-button size="small" @click="departVisible = false">取 消</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | </basic-container> |
| | |
| | | this.tableData = data; |
| | | this.page.total = res.data.total; |
| | | this.tableLoading = false; |
| | | }).catch(err => { |
| | | this.$message.error(err) |
| | | }); |
| | | }) |
| | | }, |
| | | |
| | | // 表格右侧刷新图标 |
| | |
| | | } |
| | | }).catch(err => { |
| | | loading() |
| | | console.log(err); |
| | | }) |
| | | }, |
| | | |
| | |
| | | } |
| | | }).catch(err => { |
| | | loading() |
| | | console.log(err); |
| | | }); |
| | | }, |
| | | |