浏览代码

手机端

master
庞东旭 5 天前
父节点
当前提交
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> <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(){


正在加载...
取消
保存