From 55b030a79cce3ba89fd9ca239ee1b9080783e5e7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 16 Jul 2022 10:20:42 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhny-dsjdp

---
 src/views/home/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index a78d1a8..360a001 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -967,8 +967,7 @@
         selectXCount () {
             // eslint-disable-next-line no-unused-vars
             var that = this
-            var deptId = '1123598813738675201'
-            selectXCount(deptId).then((res) => {
+            selectXCount().then((res) => {
                 that.landsnum = res.data.data.snum
                 that.landwnum = res.data.data.wnum
 

--
Gitblit v1.9.3