Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
zhangzl
/
nsgk_mobile
Observar
2
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
确权调查问题修改
rongxin_prod
QI_YUJIE
1 ano atrás
pai
9f84159eeb
commit
761da8b8c7
2 arquivos alterados
com
11 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+6
-0
src/views/contracted/village/contractor/contractorFamilyDetail.vue
+5
-1
src/views/contracted/village/contractor/contractorLandDetail.vue
+ 6
- 0
src/views/contracted/village/contractor/contractorFamilyDetail.vue
Ver arquivo
@@ -207,6 +207,9 @@
message: '保存成功',
duration:"1000",
onClose: () => {
if (this.form.yhzgx === '02') {
this.$route.params.cbfmc = this.form.cyxm;
}
this.goBack();
}
});
@@ -222,6 +225,9 @@
message: '保存成功',
duration:"1000",
onClose: () => {
if (this.form.yhzgx === '02') {
this.$route.params.cbfmc = this.form.cyxm;
}
this.goBack();
}
});
+ 5
- 1
src/views/contracted/village/contractor/contractorLandDetail.vue
Ver arquivo
@@ -168,10 +168,14 @@
this.getDicts("is_common").then(response => {
this.sfjbntOptions = response.data;
});
},
mounted() {
if (this.$route.params.id) {
this.titleName = '修改承包地信息';
this.isDisabled = true;
this.getDetail();
setTimeout(() => {
this.getDetail();
}, 500)
} else {
this.titleName = '新增承包地信息';
this.resetForm();
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar