本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
zhangzl
/
rongxin.dashboard
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
手机端
master
庞东旭
6 月之前
父節點
78bd59db72
當前提交
834a73ceee
共有
1 個檔案被更改
,包括
2 行新增
和
1 行删除
統一視圖
Diff Options
Show Stats
Download Patch File
Download Diff File
+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(){
Write
Preview
Loading…
取消
儲存