update updatePass.vue

This commit is contained in:
zhengjie
2019-04-28 09:36:20 +08:00
parent bb43c4765e
commit 05e7366ead

View File

@@ -68,7 +68,6 @@ export default {
doSubmit() {
this.$refs['form'].validate((valid) => {
if (valid) {
alert(1)
this.loading = true
updatePass(this.form.confirmPass).then(res => {
this.resetForm()