@@ -274,6 +274,7 @@
pageNo: 1,
orderBy: '1',
orderByField: '',
+ isPersonnelSelection:true,
url: {
page: '/project/ncrTrackController/queryPage',
exportData: '/project/ncrTrackController/exportData'
@@ -336,6 +337,10 @@
}
},
searchReset() {
+ this.isPersonnelSelection = false
+ this.$nextTick(()=>{
+ this.isPersonnelSelection = true
+ })
this.pageNo = 1
this.queryParam = {}
this.getList()
@@ -392,6 +397,7 @@
PersonnelSelectionChange(value, id) {
this.queryParam[value] = id
this.queryParam = { ...this.queryParam }
+ console.log(this.queryParam)
},
//流程状态点击事件
From 82da43300e02037de946f6e6aaeeea143abda412 Mon Sep 17 00:00:00 2001
From: wangzhijiang
Date: Tue, 9 May 2023 11:10:25 +0800
Subject: [PATCH 08/26] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E4=B8=80=E7=BA=A7?=
=?UTF-8?q?=E8=B4=A3=E4=BB=BB=E9=A2=86=E5=9F=9F=EF=BC=88=E7=BB=9F=E8=AE=A1?=
=?UTF-8?q?=E8=8A=82=E7=82=B9=EF=BC=89=E6=8E=A5=E5=8F=A3=E5=BC=80=E5=8F=91?=
=?UTF-8?q?=E3=80=82?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../controller/SysDictItemController.java | 25 ++++++++++++++++---
1 file changed, 21 insertions(+), 4 deletions(-)
diff --git a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/controller/SysDictItemController.java b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/controller/SysDictItemController.java
index 8af578ca4..bba601efa 100644
--- a/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/controller/SysDictItemController.java
+++ b/jero-boot/jero-boot-module-system/src/main/java/com/jero/modules/system/controller/SysDictItemController.java
@@ -28,10 +28,7 @@ import org.springframework.cache.annotation.CacheEvict;
import org.springframework.web.bind.annotation.*;
import javax.servlet.http.HttpServletRequest;
-import java.util.Arrays;
-import java.util.Date;
-import java.util.List;
-import java.util.UUID;
+import java.util.*;
/**
*
@@ -331,4 +328,24 @@ public class SysDictItemController {
}
}
+ /**
+ * 获取一级责任领域(统计节点)信息接口
+ * @param params
+ * @return
+ */
+ @RequestMapping(value = "/getFirstLevelDutyTerritory", method = RequestMethod.GET)
+ @ApiOperation("获取一级责任领域(统计节点)信息接口")
+ public Result