|
@@ -97,7 +97,7 @@
|
|
if (!err) {
|
|
if (!err) {
|
|
this.confirmLoading = true;
|
|
this.confirmLoading = true;
|
|
let formData = Object.assign(this.model, values);
|
|
let formData = Object.assign(this.model, values);
|
|
- changPassword(formData).then((res) => {
|
|
|
|
|
|
+ changePassword(formData).then((res) => {
|
|
if (res.success) {
|
|
if (res.success) {
|
|
this.$message.success(res.message);
|
|
this.$message.success(res.message);
|
|
this.$emit('ok');
|
|
this.$emit('ok');
|