system-phone 3.1.98 → 3.1.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -84,7 +84,7 @@ let asyncCheck = async function (self, url) {
|
|
|
84
84
|
that.$emit('success', that.model.password)
|
|
85
85
|
return
|
|
86
86
|
}
|
|
87
|
-
|
|
87
|
+
this.$dispatch('confirm')
|
|
88
88
|
} else {
|
|
89
89
|
that.$showMessage('修改密码失败,请重新输入!' + res.data.msg)
|
|
90
90
|
console.log(res.data)
|
|
@@ -97,7 +97,7 @@ let asyncCheck = async function (self, url) {
|
|
|
97
97
|
that.$emit('success',that.model.password)
|
|
98
98
|
return
|
|
99
99
|
}
|
|
100
|
-
|
|
100
|
+
this.$dispatch('confirm')
|
|
101
101
|
}else {
|
|
102
102
|
that.$showMessage('修改密码失败,请重新输入!')
|
|
103
103
|
console.log(res.data)
|