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
task 土地确权 承包方整户状态
rongxin_test
QI_YUJIE
11 meses atrás
pai
336afae336
commit
c3cf55d86f
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/views/contracted/village/contractor/contractorFamily.vue
+1
-1
src/views/contracted/village/contractor/contractorLand.vue
+ 1
- 1
src/views/contracted/village/contractor/contractorFamily.vue
Ver arquivo
@@ -120,7 +120,7 @@
});
},
getContractorList() {
listCbf({deptId: this.$route.params.deptId}).then(response => {
listCbf({deptId: this.$route.params.deptId
, householdStatus: '1'
}).then(response => {
this.contractorList = response.rows;
});
},
+ 1
- 1
src/views/contracted/village/contractor/contractorLand.vue
Ver arquivo
@@ -122,7 +122,7 @@
});
},
getContractorList() {
listCbf({deptId: this.$route.params.deptId}).then(response => {
listCbf({deptId: this.$route.params.deptId
, householdStatus: '1'
}).then(response => {
this.contractorList = response.rows;
});
},
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar