From fa0b23dd73d57f3460e878fa9d990ec7440baae9 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 26 二月 2020 12:50:01 +0800
Subject: [PATCH] 优化查询房屋信息
---
WebService/src/main/resources/components/appPackage/edit-app/editApp.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/WebService/src/main/resources/components/appPackage/edit-app/editApp.js b/WebService/src/main/resources/components/appPackage/edit-app/editApp.js
index 299cf1e..7a202f0 100644
--- a/WebService/src/main/resources/components/appPackage/edit-app/editApp.js
+++ b/WebService/src/main/resources/components/appPackage/edit-app/editApp.js
@@ -20,7 +20,7 @@
vc.component.refreshEditAppInfo();
$('#editAppModel').modal('show');
vc.component.editAppInfo = _params;
- vc.component.editAppInfo.communityId = vc.getCurrentCommunity().communityId;
+ //vc.component.editAppInfo.communityId = vc.getCurrentCommunity().communityId;
});
},
methods: {
@@ -79,7 +79,7 @@
},
editApp: function () {
if (!vc.component.editAppValidate()) {
- vc.message(vc.validate.errInfo);
+ vc.toast(vc.validate.errInfo);
return;
}
--
Gitblit v1.8.0