Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
Project
Project
Details
Activity
Releases
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
李苏
sgaqgl-vue
Commits
999202b4
Commit
999202b4
authored
Dec 05, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
必选岗位
parent
4e11bb17
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
index.vue
src/views/riskPrecontrol/queryRiskTask/index.vue
+1
-0
index.vue
src/views/riskPrecontrol/riskAnalysis/index.vue
+1
-1
contentEdit.vue
src/views/riskPrecontrol/screeningCriteria/contentEdit.vue
+11
-1
No files found.
src/views/riskPrecontrol/queryRiskTask/index.vue
View file @
999202b4
...
...
@@ -93,6 +93,7 @@
doUpdate
,
doDelete
,
}
from
"@/api/riskPrecontrol/maintenanceRiskTask.js"
;
import
{
doQueryScgw
}
from
"@/api/riskPrecontrol/screeningCriteria.js"
;
...
...
src/views/riskPrecontrol/riskAnalysis/index.vue
View file @
999202b4
...
...
@@ -61,7 +61,7 @@
<!--
<el-tab-pane
label=
"详细"
name=
"first"
>
<Details
/>
</el-tab-pane>
<el-tab-pane
label=
"检查内容"
name=
"third"
>
<Content
/>
</el-tab-pane>
...
...
src/views/riskPrecontrol/screeningCriteria/contentEdit.vue
View file @
999202b4
...
...
@@ -84,7 +84,17 @@
},
/* form提交时的规则,具体规则参考官网*/
rules
:
{
gwid
:
[{
required
:
true
,
trigger
:
'blur'
,
message
:
'请选择岗位'
},
],
fzrid
:
[{
required
:
true
,
trigger
:
'blur'
,
message
:
'请选择检查人'
},
]
}
}
},
...
...
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