Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
29ce855a
Commit
29ce855a
authored
Jun 16, 2023
by
YIyiyi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.scsmile.cn/zxf/smart_gov_platform
parents
4d3b3f45
d1fe79e0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
7 deletions
+22
-7
base-manager/src/main/java/com/mortals/xhx/module/app/web/AppCategoryController.java
...com/mortals/xhx/module/app/web/AppCategoryController.java
+15
-0
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/windowEvaluation.vue
...in/components/evaluationRecordReport/windowEvaluation.vue
+7
-7
No files found.
base-manager/src/main/java/com/mortals/xhx/module/app/web/AppCategoryController.java
View file @
29ce855a
package
com.mortals.xhx.module.app.web
;
import
com.mortals.framework.exception.AppException
;
import
com.mortals.framework.model.OrderCol
;
import
com.mortals.framework.web.BaseCRUDJsonBodyMappingController
;
import
com.mortals.xhx.base.system.param.service.ParamService
;
import
org.springframework.beans.factory.annotation.Autowired
;
...
...
@@ -46,4 +48,17 @@ public class AppCategoryController extends BaseCRUDJsonBodyMappingController<App
}
/**
* @param query
* @param model
* @param context
* @throws AppException
*/
@Override
protected
void
doListBefore
(
AppCategoryEntity
query
,
Map
<
String
,
Object
>
model
,
Context
context
)
throws
AppException
{
super
.
doListBefore
(
query
,
model
,
context
);
query
.
setOrderColList
(
Arrays
.
asList
(
new
OrderCol
(
"sort"
)));
}
}
\ No newline at end of file
portal-manager-ui/admin/src/views/dataAdmin/components/evaluationRecordReport/windowEvaluation.vue
View file @
29ce855a
...
...
@@ -233,10 +233,10 @@ export default {
"
pjxt
"
,
"
pj_name
"
,
],
datingList
:[],
bumenList
:[],
hallid
:
''
,
sectionid
:
''
datingList
:
[],
bumenList
:
[],
hallid
:
''
,
sectionid
:
''
};
},
components
:
{
...
...
@@ -343,8 +343,8 @@ export default {
pjxt
,
time
:
this
.
BegindAndEndTime
,
info
:
this
.
searchName
,
hallid
:
this
.
hallid
,
sectionid
:
this
.
sectionid
,
hallid
:
this
.
hallid
,
sectionid
:
this
.
sectionid
,
...
search
,
});
if
(
res
.
code
==
1
)
{
...
...
@@ -363,7 +363,7 @@ export default {
openHandlingDetails
(
record
)
{
console
.
log
(
record
)
// 判断为窗口屏或者其他状况,调用不同接口
if
(
record
.
pjxt
==
1
)
{
if
(
record
.
pjxt
==
1
&&
record
.
queueid
)
{
this
.
$refs
.
HandlingDetails
.
modalInfo
.
title
=
"
办理明细
"
;
this
.
$refs
.
HandlingDetails
.
modalInfo
.
show
=
1
;
this
.
togetQueEvaData
(
record
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment