Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-science-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
徐俊
yn-science-front
Commits
6c4d4062
Commit
6c4d4062
authored
5 months ago
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eeee
parent
0c217281
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
index.vue
src/views/basicSetting/person/index.vue
+4
-1
edit.vue
src/views/basicSetting/unit/edit.vue
+4
-1
No files found.
src/views/basicSetting/person/index.vue
View file @
6c4d4062
...
...
@@ -48,7 +48,10 @@ export default {
this
.
$api
.
person
.
getAppPersonInfo
().
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
formData
=
data
.
person
setComplete
(
data
.
isComplete
)
if
(
data
.
isComplete
)
{
setComplete
(
data
.
isComplete
)
this
.
$emit
(
'sub'
,
data
.
isComplete
)
}
}
this
.
loading
=
false
}).
catch
(()
=>
{
this
.
loading
=
false
})
...
...
This diff is collapsed.
Click to expand it.
src/views/basicSetting/unit/edit.vue
View file @
6c4d4062
...
...
@@ -56,7 +56,10 @@ export default {
this
.
$api
.
unit
.
getAppUnitInfo
().
then
(({
data
=
{}
})
=>
{
if
(
data
)
{
this
.
formData
=
data
.
unit
setUnitComplete
(
data
.
isComplete
)
if
(
data
.
isComplete
)
{
setUnitComplete
(
data
.
isComplete
)
this
.
$emit
(
'sub'
,
data
.
isComplete
)
}
}
this
.
loading
=
false
}).
catch
(()
=>
{
...
...
This diff is collapsed.
Click to expand it.
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