Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
zhangzl
/
rongxin.dashboard
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
手机端
master
庞东旭
6 meses atrás
pai
78bd59db72
commit
834a73ceee
1 arquivos alterados
com
2 adições
e
1 exclusões
Visão unificada
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-1
src/views/app/project/list.vue
+ 2
- 1
src/views/app/project/list.vue
Ver arquivo
@@ -42,6 +42,7 @@
<script>
<script>
import { Dialog } from 'vant';
import { Dialog } from 'vant';
import { listLand, delLand } from "@/api/resource/land"
import { listLand, delLand } from "@/api/resource/land"
import Cookies from "js-cookie";
export default {
export default {
dicts: ['ownership_type', 'land_use_type', 'survey_status', 'is_common', 'land_grade_type', 'land_type', 'land_use'],
dicts: ['ownership_type', 'land_use_type', 'survey_status', 'is_common', 'land_grade_type', 'land_type', 'land_use'],
name: "appList",
name: "appList",
@@ -76,7 +77,7 @@
};
};
},
},
created() {
created() {
this.queryParams.importCode =
this.$store.getters.user.user.dept.importCode
;
this.queryParams.importCode =
Cookies.get('importCode')
;
},
},
methods: {
methods: {
onClickLeft(){
onClickLeft(){
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar