| @@ -1925,7 +1925,7 @@ | |||||
| }) | }) | ||||
| }, | }, | ||||
| goBack(){ | goBack(){ | ||||
| this.$router.push({path:'/yinnong/approvalList'}) | |||||
| this.$router.push({path:'/sunVillage_info/approvalList'}) | |||||
| }, | }, | ||||
| deleteChargeItme(index){ | deleteChargeItme(index){ | ||||
| this.chargeItme.splice(index,1) | this.chargeItme.splice(index,1) | ||||
| @@ -1857,7 +1857,7 @@ | |||||
| }) | }) | ||||
| }, | }, | ||||
| goBack(){ | goBack(){ | ||||
| this.$router.push({path:'/yinnong/approvalList2'}) | |||||
| this.$router.push({path:'/sunVillage_info/approvalList2'}) | |||||
| }, | }, | ||||
| //删除家庭成员 | //删除家庭成员 | ||||
| deleteChargeItme(index){ | deleteChargeItme(index){ | ||||
| @@ -144,7 +144,7 @@ export default { | |||||
| }); | }); | ||||
| }, | }, | ||||
| goBack(){ | goBack(){ | ||||
| this.$router.push({path:'/yinnong/workbench'}) | |||||
| this.$router.push({path:'/sunVillage_info/index'}) | |||||
| }, | }, | ||||
| cancelApply(row) { | cancelApply(row) { | ||||
| console.log(row) | console.log(row) | ||||
| @@ -142,7 +142,7 @@ export default { | |||||
| }); | }); | ||||
| }, | }, | ||||
| goBack(){ | goBack(){ | ||||
| this.$router.push({path:'/yinnong/workbench'}) | |||||
| this.$router.push({path:'/sunVillage_info/index'}) | |||||
| }, | }, | ||||
| cancelApply(row) { | cancelApply(row) { | ||||
| console.log(row) | console.log(row) | ||||
| @@ -1868,7 +1868,7 @@ | |||||
| }) | }) | ||||
| }, | }, | ||||
| goBack(){ | goBack(){ | ||||
| this.$router.push({path:'/yinnong/approvalList'}) | |||||
| this.$router.push({path:'/sunVillage_info/approvalList'}) | |||||
| }, | }, | ||||
| //删除家庭成员 | //删除家庭成员 | ||||
| deleteChargeItme(index){ | deleteChargeItme(index){ | ||||