Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rongtong-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
融通安全管理系统
rongtong-app
Commits
a99a74da
Commit
a99a74da
authored
Jul 07, 2023
by
杨帆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dev yf'
parent
6bac48e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
8 deletions
+15
-8
src/components/selectDept/index.vue
src/components/selectDept/index.vue
+1
-0
src/views/riskProject/add/index.vue
src/views/riskProject/add/index.vue
+14
-8
No files found.
src/components/selectDept/index.vue
View file @
a99a74da
...
...
@@ -106,6 +106,7 @@ export default {
this
.
resultName
=
this
.
allDeptList
.
find
(
item
=>
item
.
deptId
==
this
.
result
).
deptName
;
this
.
$emit
(
"
changeDept
"
,
this
.
result
);
},
// 查询内部人员
getInsideUser
(
id
,
val
)
{
...
...
src/views/riskProject/add/index.vue
View file @
a99a74da
...
...
@@ -223,19 +223,20 @@
<button
type=
"button"
class=
"van-picker__cancel"
v-on:click=
"projectDept = false"
v-on:click=
"
{
form.deptId = 0;
projectDept = false;
}
"
>
取消
</button
><button
type=
"button"
class=
"van-picker__confirm"
@
click=
"colseDept(riskList)"
>
><button
type=
"button"
class=
"van-picker__confirm"
@
click=
"closeDept"
>
确认
</button>
</div>
<div
style=
"display:flex;margin-top: 44px;"
>
<selectDept></selectDept>
<selectDept
@
changeDept=
"changeDept"
></selectDept>
</div>
</van-popup>
...
...
@@ -435,7 +436,12 @@ export default {
selectDept
()
{
this
.
projectDept
=
true
;
},
colseDept
()
{
changeDept
(
id
)
{
console
.
log
(
id
);
this
.
form
.
deptId
=
id
;
},
closeDept
()
{
console
.
log
(
this
.
form
.
deptId
);
this
.
projectDept
=
false
;
},
getExecuteUser
()
{
...
...
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