标题
This commit is contained in:
@@ -134,7 +134,7 @@
|
|||||||
isFamilySituation ? '已填写' : '未填写'
|
isFamilySituation ? '已填写' : '未填写'
|
||||||
}})</i>
|
}})</i>
|
||||||
</div>
|
</div>
|
||||||
<span @click="linkTo(`./MonitorFamilySituation?id=${info.id}&girdId=${girdInfo.girdId}&girdName=${girdInfo.girdName}`)" v-if="info.status == 1">编辑</span>
|
<span @click="linkTo(`./MonitorFamilySituation?id=${info.id}&girdId=${girdInfo.girdId}&girdName=${girdInfo.girdName}`)">编辑</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div class="item-info">
|
<!-- <div class="item-info">
|
||||||
<label>是否危房</label>
|
<label>是否危房</label>
|
||||||
|
|||||||
@@ -48,6 +48,9 @@ export default {
|
|||||||
this.status = o.status
|
this.status = o.status
|
||||||
console.log(o);
|
console.log(o);
|
||||||
},
|
},
|
||||||
|
onShow() {
|
||||||
|
document.title = this.status == 0? '申请纳入监测': '申请解除风险'
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
submit() {
|
submit() {
|
||||||
if(this.status == '0') {
|
if(this.status == '0') {
|
||||||
|
|||||||
@@ -93,6 +93,7 @@ export default {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.getInfo()
|
this.getInfo()
|
||||||
|
document.title = '审核'
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getInfo() {
|
getInfo() {
|
||||||
@@ -114,7 +115,7 @@ export default {
|
|||||||
return this.$u.toast('请输入备注说明')
|
return this.$u.toast('请输入备注说明')
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.info.operationType == 0) { // 申请纳入
|
if (this.info.operationType == 0 || this.form.pass == 1) { // 申请纳入
|
||||||
this.$http.post(`/app/apppreventionreturntopoverty/examine`,null,{
|
this.$http.post(`/app/apppreventionreturntopoverty/examine`,null,{
|
||||||
params: {
|
params: {
|
||||||
...this.form,
|
...this.form,
|
||||||
|
|||||||
Reference in New Issue
Block a user