庞东旭 5 giorni fa
parent
commit
834a73ceee
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      src/views/app/project/list.vue

+ 2
- 1
src/views/app/project/list.vue Vedi File

@@ -42,6 +42,7 @@
<script>
import { Dialog } from 'vant';
import { listLand, delLand } from "@/api/resource/land"
import Cookies from "js-cookie";
export default {
dicts: ['ownership_type', 'land_use_type', 'survey_status', 'is_common', 'land_grade_type', 'land_type', 'land_use'],
name: "appList",
@@ -76,7 +77,7 @@
};
},
created() {
this.queryParams.importCode = this.$store.getters.user.user.dept.importCode;
this.queryParams.importCode = Cookies.get('importCode');
},
methods: {
onClickLeft(){


Caricamento…
Annulla
Salva