Kaynağa Gözat

宅基地bug修改

wulanhaote
zhao 3 yıl önce
ebeveyn
işleme
bc846ddcbf
23 değiştirilmiş dosya ile 26 ekleme ve 103 silme
  1. +9
    -0
      src/router/index.js
  2. +0
    -6
      src/views/onlineHome/homestead/circulation/circulationAdd.vue
  3. +1
    -1
      src/views/onlineHome/homestead/circulation/circulationDetail.vue
  4. +0
    -6
      src/views/onlineHome/homestead/circulation/circulationModify.vue
  5. +1
    -1
      src/views/onlineHome/homestead/homeApplication/proposerLite.vue
  6. +1
    -6
      src/views/onlineHome/homestead/homesteadUtilize/homesteadUtilizeAdd.vue
  7. +1
    -6
      src/views/onlineHome/homestead/homesteadUtilize/homesteadUtilizeModify.vue
  8. +1
    -5
      src/views/onlineHome/homestead/mortgage/mortgageAdd.vue
  9. +1
    -1
      src/views/onlineHome/homestead/mortgage/mortgageDetail.vue
  10. +2
    -6
      src/views/onlineHome/homestead/mortgage/mortgageModify.vue
  11. +0
    -6
      src/views/onlineHome/homestead/paidUtilize/paidUtilizeAdd.vue
  12. +0
    -2
      src/views/onlineHome/homestead/paidUtilize/paidUtilizeDteail.vue
  13. +0
    -6
      src/views/onlineHome/homestead/paidUtilize/paidUtilizeModify.vue
  14. +0
    -6
      src/views/onlineHome/homestead/reporting/taskCloseCaseAdd.vue
  15. +0
    -2
      src/views/onlineHome/homestead/reporting/taskReportingAdd.vue
  16. +0
    -2
      src/views/onlineHome/homestead/reporting/taskReportingDetail.vue
  17. +2
    -10
      src/views/onlineHome/homestead/supervision/supervisionAdd.vue
  18. +0
    -4
      src/views/onlineHome/homestead/supervision/supervisionCloseCase.vue
  19. +1
    -1
      src/views/onlineHome/homestead/supervision/supervisionList.vue
  20. +1
    -9
      src/views/onlineHome/homestead/supervision/supervisionModify.vue
  21. +1
    -3
      src/views/onlineHome/homestead/task/taskLssueAdd.vue
  22. +2
    -7
      src/views/onlineHome/homestead/utilization/utilizationAdd.vue
  23. +2
    -7
      src/views/onlineHome/homestead/utilization/utilizationModify.vue

+ 9
- 0
src/router/index.js Dosyayı Görüntüle

@@ -2815,6 +2815,15 @@ export const constantRoutes = [
}, },
component: (resolve) => require(['@/views/onlineHome/homestead/arbitration/arbitrationHandlerDetail'], resolve) component: (resolve) => require(['@/views/onlineHome/homestead/arbitration/arbitrationHandlerDetail'], resolve)
}, },
{
path: '/onlineHome/supervisionDetail',
name: 'supervisionDetail',
meta: {
title: '宅基地监管详情',
hidden: true,
},
component: (resolve) => require(['@/views/onlineHome/homestead/supervision/supervisionDetail'], resolve)
},
]; ];






+ 0
- 6
src/views/onlineHome/homestead/circulation/circulationAdd.vue Dosyayı Görüntüle

@@ -99,8 +99,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmLzqsrq" @confirm="onConfirmLzqsrq"
/> />
</van-popup> </van-popup>
@@ -120,8 +118,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmLzjsrq" @confirm="onConfirmLzjsrq"
/> />
</van-popup> </van-popup>
@@ -269,8 +265,6 @@
showZjd:false, showZjd:false,
showlzqsrq:false, showlzqsrq:false,
showlzjsrq:false, showlzjsrq:false,
minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(), currentDate: new Date(),
circulation: {} circulation: {}
}; };


+ 1
- 1
src/views/onlineHome/homestead/circulation/circulationDetail.vue Dosyayı Görüntüle

@@ -7,7 +7,7 @@
@click-left="$router.back(-1)" @click-left="$router.back(-1)"
> >
<template #title> <template #title>
<p style="font-weight: bold;">查看宅基地使用流转权</p>
<p style="font-weight: bold;">宅基地使用流转权</p>
</template> </template>
</van-nav-bar> </van-nav-bar>
<p class="main_title">转出方信息</p> <p class="main_title">转出方信息</p>


+ 0
- 6
src/views/onlineHome/homestead/circulation/circulationModify.vue Dosyayı Görüntüle

@@ -99,8 +99,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmLzqsrq" @confirm="onConfirmLzqsrq"
/> />
</van-popup> </van-popup>
@@ -120,8 +118,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmLzjsrq" @confirm="onConfirmLzjsrq"
/> />
</van-popup> </van-popup>
@@ -268,8 +264,6 @@ export default {
showZjd:false, showZjd:false,
showlzqsrq:false, showlzqsrq:false,
showlzjsrq:false, showlzjsrq:false,
minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(), currentDate: new Date(),
circulation:[] circulation:[]
}; };


+ 1
- 1
src/views/onlineHome/homestead/homeApplication/proposerLite.vue Dosyayı Görüntüle

@@ -2899,7 +2899,7 @@ export default {
} }


if (this.checkString(this.applicationDetail.tHouseApplyProposedSituation.location)) { if (this.checkString(this.applicationDetail.tHouseApplyProposedSituation.location)) {
return "拟建位置不能为空";
return "拟建地址不能为空";
} }
if (this.checkString(this.applicationDetail.tHouseApplyProposedSituation.landArea)) { if (this.checkString(this.applicationDetail.tHouseApplyProposedSituation.landArea)) {
return "拟建宅基地面积不能为空"; return "拟建宅基地面积不能为空";


+ 1
- 6
src/views/onlineHome/homestead/homesteadUtilize/homesteadUtilizeAdd.vue Dosyayı Görüntüle

@@ -66,8 +66,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmZjdxzqssj" @confirm="onConfirmZjdxzqssj"
/> />
</van-popup> </van-popup>
@@ -87,8 +85,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmDcsj" @confirm="onConfirmDcsj"
/> />
</van-popup> </van-popup>
@@ -127,8 +123,6 @@ export default {
showzjdxzqssj : false , showzjdxzqssj : false ,
showdcsj : false , showdcsj : false ,


minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(), currentDate: new Date(),
}; };
}, },
@@ -170,6 +164,7 @@ export default {
zjdlyAdd(this.circulation).then(response => { zjdlyAdd(this.circulation).then(response => {
if(response.code = 200){ if(response.code = 200){
this.$toast.success('保存成功'); this.$toast.success('保存成功');
this.$router.back();
} }
}); });
}).catch((e) => { }).catch((e) => {


+ 1
- 6
src/views/onlineHome/homestead/homesteadUtilize/homesteadUtilizeModify.vue Dosyayı Görüntüle

@@ -66,8 +66,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmZjdxzqssj" @confirm="onConfirmZjdxzqssj"
/> />
</van-popup> </van-popup>
@@ -87,8 +85,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmDcsj" @confirm="onConfirmDcsj"
/> />
</van-popup> </van-popup>
@@ -127,8 +123,6 @@ export default {
showzjdxzqssj : false , showzjdxzqssj : false ,
showdcsj : false , showdcsj : false ,


minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(), currentDate: new Date(),
}; };
}, },
@@ -179,6 +173,7 @@ export default {
zjdlyEdit(this.circulation).then(response => { zjdlyEdit(this.circulation).then(response => {
if(response.code = 200){ if(response.code = 200){
this.$toast.success('保存成功'); this.$toast.success('保存成功');
this.$router.back();
} }
}); });
}).catch((e) => { }).catch((e) => {


+ 1
- 5
src/views/onlineHome/homestead/mortgage/mortgageAdd.vue Dosyayı Görüntüle

@@ -7,7 +7,7 @@
@click-left="$router.back(-1)" @click-left="$router.back(-1)"
> >
<template #title> <template #title>
<p style="font-weight: bold;">使用抵押</p>
<p style="font-weight: bold;">使用抵押</p>
</template> </template>
</van-nav-bar> </van-nav-bar>
<van-form ref="_Form"> <van-form ref="_Form">
@@ -141,8 +141,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmDjsj" @confirm="onConfirmDjsj"
/> />
</van-popup> </van-popup>
@@ -188,8 +186,6 @@ export default {
djlx: '', djlx: '',
qszt: '', qszt: '',
zjddm: '', zjddm: '',
minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(), currentDate: new Date(),
circulation:{}, circulation:{},
dybdclxDictionaries:[],//抵押不动产类型 dybdclxDictionaries:[],//抵押不动产类型


+ 1
- 1
src/views/onlineHome/homestead/mortgage/mortgageDetail.vue Dosyayı Görüntüle

@@ -7,7 +7,7 @@
@click-left="$router.back(-1)" @click-left="$router.back(-1)"
> >
<template #title> <template #title>
<p style="font-weight: bold;">使用抵押</p>
<p style="font-weight: bold;">使用抵押</p>
</template> </template>
</van-nav-bar> </van-nav-bar>
<div class="main_box"> <div class="main_box">


+ 2
- 6
src/views/onlineHome/homestead/mortgage/mortgageModify.vue Dosyayı Görüntüle

@@ -7,7 +7,7 @@
@click-left="$router.back(-1)" @click-left="$router.back(-1)"
> >
<template #title> <template #title>
<p style="font-weight: bold;">使用抵押</p>
<p style="font-weight: bold;">使用抵押</p>
</template> </template>
</van-nav-bar> </van-nav-bar>
<van-form ref="_Form"> <van-form ref="_Form">
@@ -141,8 +141,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmDjsj" @confirm="onConfirmDjsj"
/> />
</van-popup> </van-popup>
@@ -188,8 +186,6 @@ export default {
djlx: '', djlx: '',
qszt: '', qszt: '',
zjddm: '', zjddm: '',
minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(), currentDate: new Date(),
circulation:{}, circulation:{},
dybdclxDictionaries:[],//抵押不动产类型 dybdclxDictionaries:[],//抵押不动产类型
@@ -296,7 +292,7 @@ export default {
if(response.code = 200){ if(response.code = 200){
this.$toast.success('保存成功'); this.$toast.success('保存成功');
setTimeout(function(){ setTimeout(function(){
window.location.replace("mortgageList")
this.$router.back(-1);
},1000) },1000)
} }
}) })


+ 0
- 6
src/views/onlineHome/homestead/paidUtilize/paidUtilizeAdd.vue Dosyayı Görüntüle

@@ -99,8 +99,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmYcsykssj" @confirm="onConfirmYcsykssj"
/> />
</van-popup> </van-popup>
@@ -122,8 +120,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmYcsydqsj" @confirm="onConfirmYcsydqsj"
/> />
</van-popup> </van-popup>
@@ -185,8 +181,6 @@
showycsydqsj: false, showycsydqsj: false,


circulation:{}, circulation:{},
minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(), currentDate: new Date(),
}; };
}, },


+ 0
- 2
src/views/onlineHome/homestead/paidUtilize/paidUtilizeDteail.vue Dosyayı Görüntüle

@@ -94,8 +94,6 @@
showycsydqsj: false, showycsydqsj: false,


circulation:{}, circulation:{},
minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(), currentDate: new Date(),
}; };
}, },


+ 0
- 6
src/views/onlineHome/homestead/paidUtilize/paidUtilizeModify.vue Dosyayı Görüntüle

@@ -99,8 +99,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmYcsykssj" @confirm="onConfirmYcsykssj"
/> />
</van-popup> </van-popup>
@@ -122,8 +120,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmYcsydqsj" @confirm="onConfirmYcsydqsj"
/> />
</van-popup> </van-popup>
@@ -185,8 +181,6 @@
showycsydqsj: false, showycsydqsj: false,


circulation:{}, circulation:{},
minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(), currentDate: new Date(),
}; };
}, },


+ 0
- 6
src/views/onlineHome/homestead/reporting/taskCloseCaseAdd.vue Dosyayı Görüntüle

@@ -84,8 +84,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmLasj" @confirm="onConfirmLasj"
/> />
</van-popup> </van-popup>
@@ -105,8 +103,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmInspectorTime" @confirm="onConfirmInspectorTime"
/> />
</van-popup> </van-popup>
@@ -169,8 +165,6 @@ export default {
showinspectorTime:false, showinspectorTime:false,
showwfydlx:false, showwfydlx:false,


minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(), currentDate: new Date(),
jgList:{}, jgList:{},




+ 0
- 2
src/views/onlineHome/homestead/reporting/taskReportingAdd.vue Dosyayı Görüntüle

@@ -108,8 +108,6 @@
showinspectorTime:false, showinspectorTime:false,
showwfydlx:false, showwfydlx:false,


minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(), currentDate: new Date(),
jgList:{}, jgList:{},




+ 0
- 2
src/views/onlineHome/homestead/reporting/taskReportingDetail.vue Dosyayı Görüntüle

@@ -74,8 +74,6 @@
showinspectorTime:false, showinspectorTime:false,
showwfydlx:false, showwfydlx:false,


minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(), currentDate: new Date(),
jgList:{}, jgList:{},




+ 2
- 10
src/views/onlineHome/homestead/supervision/supervisionAdd.vue Dosyayı Görüntüle

@@ -78,8 +78,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmLasj" @confirm="onConfirmLasj"
/> />
</van-popup> </van-popup>
@@ -99,12 +97,10 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmInspectorTime" @confirm="onConfirmInspectorTime"
/> />
</van-popup> </van-popup>
<van-field label="备注" v-model="jgList.bz" placeholder="填写备注" input-align="right" label-width="auto" :rules="[{ required: true }]" required/>
<van-field label="备注" v-model="jgList.bz" placeholder="填写备注" input-align="right" label-width="auto"/>
</div> </div>


<p class="main_title">违法信息</p> <p class="main_title">违法信息</p>
@@ -146,8 +142,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmReformDeadline" @confirm="onConfirmReformDeadline"
/> />
</van-popup> </van-popup>
@@ -159,7 +153,7 @@
<van-button type="info" color="#B4B0B0" native-type="submit" @click="goBack" class="submitButton">取<i style="margin-right: 1em;"></i>消</van-button> <van-button type="info" color="#B4B0B0" native-type="submit" @click="goBack" class="submitButton">取<i style="margin-right: 1em;"></i>消</van-button>
</van-col> </van-col>
<van-col span="12" align="center"> <van-col span="12" align="center">
<van-button type="info" native-type="submit" @click="goAdd" class="submitButton">添<i style="margin-right: 1em;"></i>加</van-button>
<van-button type="info" native-type="submit" @click="goAdd" class="submitButton">保<i style="margin-right: 1em;"></i>存</van-button>
</van-col> </van-col>
</van-row> </van-row>
<div class="clear"></div> <div class="clear"></div>
@@ -185,8 +179,6 @@
showwfydlx:false, showwfydlx:false,
showReformDeadline:false, showReformDeadline:false,


minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(), currentDate: new Date(),
jgList:{}, jgList:{},




+ 0
- 4
src/views/onlineHome/homestead/supervision/supervisionCloseCase.vue Dosyayı Görüntüle

@@ -44,8 +44,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmJasj" @confirm="onConfirmJasj"
/> />
</van-popup> </van-popup>
@@ -82,8 +80,6 @@ export default {
showReformDeadline:false, showReformDeadline:false,
showjasj:false, showjasj:false,


minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(), currentDate: new Date(),
jgList:{}, jgList:{},




+ 1
- 1
src/views/onlineHome/homestead/supervision/supervisionList.vue Dosyayı Görüntüle

@@ -21,7 +21,7 @@
@load="getList" @load="getList"
> >
<van-swipe-cell v-for="(item,index) in applicationList" :key="index"> <van-swipe-cell v-for="(item,index) in applicationList" :key="index">
<van-cell :title="item.zjddm" :value="item.status" center >
<van-cell :title="item.zjddm" :value="item.status" center :to="{name: 'supervisionDetail', query: {id: item.id}}">
<template #icon> <template #icon>
<van-icon name="../../../static/images/onlineHome/icon_zjd12.png" size="30" color="#539FFD" style="margin-right: 10px;" /> <van-icon name="../../../static/images/onlineHome/icon_zjd12.png" size="30" color="#539FFD" style="margin-right: 10px;" />
</template> </template>


+ 1
- 9
src/views/onlineHome/homestead/supervision/supervisionModify.vue Dosyayı Görüntüle

@@ -71,8 +71,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmLasj" @confirm="onConfirmLasj"
/> />
</van-popup> </van-popup>
@@ -92,12 +90,10 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmInspectorTime" @confirm="onConfirmInspectorTime"
/> />
</van-popup> </van-popup>
<van-field label="备注" v-model="jgList.bz" placeholder="填写备注" input-align="right" label-width="auto" :rules="[{ required: true }]" required/>
<van-field label="备注" v-model="jgList.bz" placeholder="填写备注" input-align="right" label-width="auto"/>
</div> </div>


<p class="main_title">违法信息</p> <p class="main_title">违法信息</p>
@@ -139,8 +135,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmReformDeadline" @confirm="onConfirmReformDeadline"
/> />
</van-popup> </van-popup>
@@ -174,8 +168,6 @@
showwfydlx:false, showwfydlx:false,
showReformDeadline:false, showReformDeadline:false,


minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(), currentDate: new Date(),
jgList:{}, jgList:{},




+ 1
- 3
src/views/onlineHome/homestead/task/taskLssueAdd.vue Dosyayı Görüntüle

@@ -77,9 +77,7 @@ export default {
addTask(this.queryParams).then(response => { addTask(this.queryParams).then(response => {
console.log(response); console.log(response);
this.$toast.success('保存成功'); this.$toast.success('保存成功');
setTimeout(function(){
history.go(-1)
},2000)
this.$router.back();
}) })
}).catch((e) => { }).catch((e) => {
Notify({ type: 'danger', message: '请填写完整的表单项' }); Notify({ type: 'danger', message: '请填写完整的表单项' });


+ 2
- 7
src/views/onlineHome/homestead/utilization/utilizationAdd.vue Dosyayı Görüntüle

@@ -129,8 +129,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmFwxzqssj" @confirm="onConfirmFwxzqssj"
/> />
</van-popup> </van-popup>
@@ -170,8 +168,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmDcsj" @confirm="onConfirmDcsj"
/> />
</van-popup> </van-popup>
@@ -230,9 +226,7 @@ export default {
name: "circulationAdd", name: "circulationAdd",
data() { data() {
return { return {
minDate: new Date(2020, 0, 1),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(2021, 0, 17),
currentDate: new Date(),
findList:[], findList:[],


phlyms : '', phlyms : '',
@@ -342,6 +336,7 @@ export default {
nmfwlyAdd(this.circulation).then(response => { nmfwlyAdd(this.circulation).then(response => {
if(response.code = 200){ if(response.code = 200){
this.$toast.success('保存成功'); this.$toast.success('保存成功');
this.$router.back();
} }
}); });
}).catch((e) => { }).catch((e) => {


+ 2
- 7
src/views/onlineHome/homestead/utilization/utilizationModify.vue Dosyayı Görüntüle

@@ -7,7 +7,7 @@
@click-left="$router.back(-1)" @click-left="$router.back(-1)"
> >
<template #title> <template #title>
<p style="font-weight: bold;">宅基地利用情况</p>
<p style="font-weight: bold;">农房利用情况</p>
</template> </template>
</van-nav-bar> </van-nav-bar>
<van-form ref="_Form"> <van-form ref="_Form">
@@ -129,8 +129,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmFwxzqssj" @confirm="onConfirmFwxzqssj"
/> />
</van-popup> </van-popup>
@@ -170,8 +168,6 @@
v-model="currentDate" v-model="currentDate"
type="date" type="date"
title="选择年月日" title="选择年月日"
:min-date="minDate"
:max-date="maxDate"
@confirm="onConfirmDcsj" @confirm="onConfirmDcsj"
/> />
</van-popup> </van-popup>
@@ -230,8 +226,6 @@ export default {
name: "utilizationModify", name: "utilizationModify",
data() { data() {
return { return {
minDate: new Date(),
maxDate: new Date(2025, 10, 1),
currentDate: new Date(), currentDate: new Date(),
findListD:[], findListD:[],
findListN:[], findListN:[],
@@ -407,6 +401,7 @@ export default {
nmfwlyEdit(that.circulation).then(response => { nmfwlyEdit(that.circulation).then(response => {
if(response.code = 200){ if(response.code = 200){
that.$toast.success('保存成功'); that.$toast.success('保存成功');
this.$router.back();
} }
}); });
},2000); },2000);


Yükleniyor…
İptal
Kaydet