Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
5719bb9b
Commit
5719bb9b
authored
Dec 28, 2022
by
zhangjianqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
隐患排查库,隐患排查任务bug
parent
d8492b07
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
THiddenLibraryMapper.xml
...src/main/resources/mapper/system/THiddenLibraryMapper.xml
+2
-2
index.vue
danger-manage-web/src/views/system/workCheck/index.vue
+5
-1
No files found.
danger-manage-system/src/main/resources/mapper/system/THiddenLibraryMapper.xml
View file @
5719bb9b
...
...
@@ -24,8 +24,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select
id=
"selectTHiddenLibraryList"
parameterType=
"THiddenLibrary"
resultMap=
"THiddenLibraryResult"
>
<include
refid=
"selectTHiddenLibraryVo"
/>
<where>
<if
test=
"deptId != null "
>
and dept_id = #{deptId}
</if>
<if
test=
"riskPoint != null and riskPoint != ''"
>
and risk_point like concat('%', #{riskPoint}, '%')
</if>
<if
test=
"deptId != null "
>
and
h.
dept_id = #{deptId}
</if>
<if
test=
"riskPoint != null and riskPoint != ''"
>
and
h.
risk_point like concat('%', #{riskPoint}, '%')
</if>
</where>
</select>
...
...
danger-manage-web/src/views/system/workCheck/index.vue
View file @
5719bb9b
...
...
@@ -240,7 +240,7 @@
<el-form-item
label=
"任务范围"
prop=
"workRange"
>
<el-input
v-model=
"form.workRange"
placeholder=
"请输入任务范围"
/>
</el-form-item>
<el-form-item
label=
"排查库"
>
<el-form-item
label=
"排查库"
prop=
"libraryId"
>
<!--<el-input v-model="form.deptId" placeholder="请输入部门id" />-->
<el-select
v-model=
"form.libraryId"
multiple
filterable
placeholder=
"请选择"
@
change=
"selectLibrary"
>
<el-option
...
...
@@ -609,6 +609,9 @@ export default {
staffId
:
[
{
required
:
true
,
message
:
"责任人不能为空"
,
trigger
:
"blur"
}
],
libraryId
:
[
{
required
:
true
,
message
:
"排查库不可为空"
,
trigger
:
"change"
}
],
// content: [
// { required: true, message: "排查内容不能为空", trigger: "blur" }
// ],
...
...
@@ -700,6 +703,7 @@ export default {
workId
:
null
,
parentId
:
null
,
bookId
:
null
,
libraryId
:
null
,
workCycle
:
null
,
workName
:
null
,
workType
:
null
,
...
...
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