Pārlūkot izejas kodu

店铺点代码修复2

yjwang 2 dienas atpakaļ
vecāks
revīzija
505b2fd88b
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/views/store/storeConfig/userInfo.vue

+ 1 - 0
src/views/store/storeConfig/userInfo.vue

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