From 6d8a43de07062234a05716fcbb94273709cab21e Mon Sep 17 00:00:00 2001
From: shiyj <1098226878@qq.com>
Date: 星期二, 16 七月 2019 17:04:36 +0800
Subject: [PATCH] Merge branch 'master' of https://github.com/java110/MicroCommunity

---
 WebService/src/main/resources/components/edit-owner/editOwner.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebService/src/main/resources/components/edit-owner/editOwner.html b/WebService/src/main/resources/components/edit-owner/editOwner.html
index efbf1ff..a872c89 100644
--- a/WebService/src/main/resources/components/edit-owner/editOwner.html
+++ b/WebService/src/main/resources/components/edit-owner/editOwner.html
@@ -33,7 +33,7 @@
                                 <div class="col-sm-10"><input v-model="editOwnerInfo.remark" type="tel" placeholder="鍙~锛岃濉啓澶囨敞" class="form-control"></div>
                             </div>
                             <div class="ibox-content">
-                                <button class="btn btn-primary float-right" type="button" v-on:click="saveOwnerInfo()" ><i class="fa fa-check"></i>&nbsp;淇濆瓨</button>
+                                <button class="btn btn-primary float-right" type="button" v-on:click="editOwnerMethod()" ><i class="fa fa-check"></i>&nbsp;淇濆瓨</button>
                                 <button type="button" class="btn btn-warning float-right" style="margin-right:20px;" data-dismiss="modal">鍙栨秷</button>
                             </div>
                         </div>

--
Gitblit v1.8.0