|
|
|
@ -629,16 +629,16 @@
|
|
|
|
|
if (!err) { |
|
|
|
|
let formData = Object.assign(this.editObj, values) |
|
|
|
|
console.log("formData",formData) |
|
|
|
|
// this.confirmLoading = true; |
|
|
|
|
// this.postFormAction(this.url.updateInfo,formData).then(res => { |
|
|
|
|
// if (res.success) { |
|
|
|
|
// _this.$message.success("操作成功"); |
|
|
|
|
// _this.loadData(); |
|
|
|
|
// _this.editObj.visible = false; |
|
|
|
|
// }else { |
|
|
|
|
// _this.$message.error(res.message); |
|
|
|
|
// } |
|
|
|
|
// }).finally(() => _this.confirmLoading = false);; |
|
|
|
|
this.confirmLoading = true; |
|
|
|
|
this.postFormAction(this.url.updateInfo,formData).then(res => { |
|
|
|
|
if (res.success) { |
|
|
|
|
_this.$message.success("操作成功"); |
|
|
|
|
_this.loadData(); |
|
|
|
|
_this.editObj.visible = false; |
|
|
|
|
}else { |
|
|
|
|
_this.$message.error(res.message); |
|
|
|
|
} |
|
|
|
|
}).finally(() => _this.confirmLoading = false);; |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|