使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
zhangzl
/
rongxin.dashboard
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
手机端
master
庞东旭
5 天前
父节点
78bd59db72
当前提交
834a73ceee
共有
1 个文件被更改
,包括
2 次插入
和
1 次删除
合并视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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(){
撰写
预览
正在加载...
取消
保存