From e80efd1556c192264d03e806d00ecdbdc0f6bbcf Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期日, 09 六月 2019 23:09:24 +0800
Subject: [PATCH] 加入停车位出租功能

---
 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