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
5068701c
Commit
5068701c
authored
Nov 14, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分配
parent
ff516ec4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
8 deletions
+17
-8
content.vue
src/views/riskPrecontrol/screeningCriteria/content.vue
+13
-5
contentFp.vue
src/views/riskPrecontrol/screeningCriteria/contentFp.vue
+4
-3
No files found.
src/views/riskPrecontrol/screeningCriteria/content.vue
View file @
5068701c
...
@@ -58,6 +58,11 @@
...
@@ -58,6 +58,11 @@
},
},
data
()
{
data
()
{
return
{
return
{
/* 新增*/
open
:{
jcnrid
:
''
,
value
:
''
},
DialogWidth
:
'60vw'
,
DialogWidth
:
'60vw'
,
showDialog
:
false
,
showDialog
:
false
,
DialogTitle
:
'分配'
,
DialogTitle
:
'分配'
,
...
@@ -94,16 +99,19 @@
...
@@ -94,16 +99,19 @@
let
jcnrid
=
row
.
id
let
jcnrid
=
row
.
id
doQueryFpgw
({
jcnrid
:
jcnrid
}).
then
(
res
=>
{
doQueryFpgw
({
jcnrid
:
jcnrid
}).
then
(
res
=>
{
if
(
res
.
success
){
if
(
res
.
success
){
this
.
showDialog
=
true
let
gwlist
=
res
.
data
.
records
||
[]
let
gwlist
=
res
.
data
.
records
||
[]
let
newGwlist
=
[]
let
newGwlist
=
[]
gwlist
.
forEach
(
e
=>
{
gwlist
.
forEach
(
e
=>
{
newGwlist
.
push
(
e
.
gwid
)
newGwlist
.
push
(
e
.
gwid
)
})
})
this
.
$nextTick
(()
=>
{
this
.
open
.
jcnrid
=
jcnrid
this
.
$refs
.
fp
.
jcnrid
=
jcnrid
this
.
open
.
value
=
newGwlist
this
.
$refs
.
fp
.
value
=
newGwlist
this
.
showDialog
=
true
})
// this.$nextTick(()=>{
// this.$refs.fp.jcnrid=jcnrid
// this.$refs.fp.value=newGwlist
// })
}
}
})
})
...
...
src/views/riskPrecontrol/screeningCriteria/contentFp.vue
View file @
5068701c
...
@@ -24,8 +24,9 @@
...
@@ -24,8 +24,9 @@
default
:
{}
default
:
{}
}
}
},
},
async
mounted
()
{
mounted
()
{
this
.
value
=
this
.
app
.
open
.
value
this
.
jcnrid
=
this
.
app
.
open
.
jcnrid
},
},
methods
:
{
methods
:
{
save
(){
save
(){
...
@@ -40,7 +41,7 @@
...
@@ -40,7 +41,7 @@
},
},
data
()
{
data
()
{
return
{
return
{
value
:
[]
,
value
:
''
,
jcnrid
:
''
jcnrid
:
''
}
}
}
}
...
...
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