From d9b2c4b780340d2d2e8ca1a328034f19092fcddb Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期三, 10 七月 2019 17:57:08 +0800
Subject: [PATCH] 提交breadcrumb功能
---
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> 淇濆瓨</button>
+ <button class="btn btn-primary float-right" type="button" v-on:click="editOwnerMethod()" ><i class="fa fa-check"></i> 淇濆瓨</button>
<button type="button" class="btn btn-warning float-right" style="margin-right:20px;" data-dismiss="modal">鍙栨秷</button>
</div>
</div>
--
Gitblit v1.8.0