| | |
| | | import {dateNow} from "@/util/date"; |
| | | import NProgress from 'nprogress'; |
| | | import 'nprogress/nprogress.css'; |
| | | |
| | | export default { |
| | | data() { |
| | | const validatePass = (rule, value, callback) => { |
| | |
| | | }); |
| | | }, |
| | | update(row){ |
| | | this.dialogVisible = true |
| | | this.$nextTick(()=>{ |
| | | this.$refs.form.clearValidate() |
| | | }) |
| | | this.form = { |
| | | id:row.id, |
| | | account:row.account, |
| | |
| | | var password2Column = this.findObject(this.option.group,"password2") |
| | | passwordColumn.display = false; |
| | | password2Column.display = false; |
| | | this.dialogVisible = true |
| | | }, |
| | | submitUpdate(row, done, loading){ |
| | | this.form['deptId'] = this.userInfo.dept_id; |