Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
folacin-front
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
ynby
folacin-front
Commits
1c20918c
Commit
1c20918c
authored
Jul 16, 2021
by
罗成兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分配记录
parent
5d4021d7
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
index.js
src/api/index.js
+1
-1
allAreaSelect.vue
src/views/components/allAreaSelect.vue
+2
-1
addFolviteDistribution.vue
...folviteDistribution/components/addFolviteDistribution.vue
+2
-2
No files found.
src/api/index.js
View file @
1c20918c
...
...
@@ -245,7 +245,7 @@ export default {
return
fetch
(
`/v1/folacin-admin/folacin-resident-info/delete/
${
params
.
id
}
`
,
params
,
'delete'
,
'json'
);
},
addFolviteDistributionByApply
(
params
)
{
//对申请记录进行发放
return
fetch
(
`/v1/folacin-admin/folacin-resident-info/apply-grant/
${
params
.
applyId
}
`
);
return
fetch
(
`/v1/folacin-admin/folacin-resident-info/apply-grant/
${
params
.
applyId
}
`
,
params
,
"post"
,
'json'
);
}
},
fyManage
:
{
...
...
src/views/components/allAreaSelect.vue
View file @
1c20918c
...
...
@@ -54,7 +54,7 @@
this
.
$api
.
common
.
fetchAreaByCode
(
treeNode
.
value
).
then
(({
code
,
data
})
=>
{
let
treeData
=
[];
if
(
code
===
"SUCCESS"
)
{
console
.
log
(
data
)
if
(
this
.
$api
.
utils
.
isNoBlank
(
data
))
{
data
.
forEach
(
x
=>
{
let
item
=
{
id
:
x
.
areaCode
,
...
...
@@ -66,6 +66,7 @@
treeData
.
push
(
item
);
});
that
.
treeData
=
that
.
treeData
.
concat
(
treeData
);
}
resolve
();
}
});
...
...
src/views/indexComponent/folviteDistribution/components/addFolviteDistribution.vue
View file @
1c20918c
...
...
@@ -45,10 +45,10 @@
<a-form-model-item
label=
"是否曾经怀孕"
prop=
"oncePregnant"
>
<a-radio-group
v-model=
"formData.oncePregnant"
@
change=
"onChangePregnant"
>
<a-radio
:value=
"1"
>
否
是
</a-radio>
<a-radio
:value=
"2"
>
是
否
</a-radio>
</a-radio-group>
</a-form-model-item>
...
...
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