Ver código fonte

手机端

master
庞东旭 6 meses atrás
pai
commit
834a73ceee
1 arquivos alterados com 2 adições e 1 exclusões
  1. +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(){


Carregando…
Cancelar
Salvar