diff --git a/src/views/sunVillage_info/homeApplication/proposerLite.vue b/src/views/sunVillage_info/homeApplication/proposerLite.vue
index c3a3a4b4..69cf0bec 100644
--- a/src/views/sunVillage_info/homeApplication/proposerLite.vue
+++ b/src/views/sunVillage_info/homeApplication/proposerLite.vue
@@ -140,7 +140,7 @@
:on-remote-response="'data'"
/>
-
+
@@ -2090,7 +2090,6 @@ export default {
}else{
this.sysFarmer = JSON.parse(Cookies.get('user'));
}
- console.info( this.sysFarmer);
this.getFormIntent();
this.getDetail();
// this.getLandCoord();
@@ -4226,6 +4225,7 @@ export default {
for(let i in this.applicationDetail.sqrjtcyList)
{
let v = this.applicationDetail.sqrjtcyList[i];
+ console.info(v);
if (this.checkString(v.xm)) {
return "成员姓名不能为空";
}