|
@@ -1312,6 +1312,7 @@ export default {
|
|
|
if (formData.storeId != null) {
|
|
if (formData.storeId != null) {
|
|
|
updateStore(formData).then(response => {
|
|
updateStore(formData).then(response => {
|
|
|
this.msgSuccess('修改成功')
|
|
this.msgSuccess('修改成功')
|
|
|
|
|
+ this.originalForm = JSON.parse(JSON.stringify(this.form))
|
|
|
this.open = false
|
|
this.open = false
|
|
|
})
|
|
})
|
|
|
} else {
|
|
} else {
|