庞东旭 5 дней назад
Родитель
Сommit
834a73ceee
1 измененных файлов: 2 добавлений и 1 удалений
  1. +2
    -1
      src/views/app/project/list.vue

+ 2
- 1
src/views/app/project/list.vue Просмотреть файл

@@ -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(){


Загрузка…
Отмена
Сохранить