Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
40c5cc2a
Commit
40c5cc2a
authored
Feb 03, 2023
by
YIyiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改应用编辑
parent
c84a8f52
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
base-manager-ui/admin/src/pages/basicset/appmarket/modal/AddApp.vue
...er-ui/admin/src/pages/basicset/appmarket/modal/AddApp.vue
+2
-2
base-manager-ui/admin/src/pages/basicset/workman/personnel.vue
...manager-ui/admin/src/pages/basicset/workman/personnel.vue
+6
-5
No files found.
base-manager-ui/admin/src/pages/basicset/appmarket/modal/AddApp.vue
View file @
40c5cc2a
<
template
>
<
template
>
<div
class=
"add-app"
>
<div
class=
"add-app"
>
<a-drawer
<a-drawer
width=
"
65
0"
width=
"
70
0"
:maskClosable=
"false"
:maskClosable=
"false"
:title=
"title"
:title=
"title"
:visible=
"Visible"
:visible=
"Visible"
...
@@ -387,4 +387,4 @@ export default {
...
@@ -387,4 +387,4 @@ export default {
height: 100%;
height: 100%;
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
base-manager-ui/admin/src/pages/basicset/workman/personnel.vue
View file @
40c5cc2a
...
@@ -581,11 +581,12 @@ export default {
...
@@ -581,11 +581,12 @@ export default {
filePath
:
url
,
filePath
:
url
,
});
});
if
(
res
.
data
.
code
==
1
)
{
if
(
res
.
data
.
code
==
1
)
{
this
.
$notification
.
success
({
this
.
$message
.
success
(
"
导入成功
"
);
message
:
"
导入结果
"
,
// this.$notification.success({
duration
:
null
,
// message: "导入结果",
description
:
res
.
data
.
msg
,
// duration: null,
});
// description: res.data.msg,
// });
this
.
getWorkmanData
();
this
.
getWorkmanData
();
// this.spinning = false;
// this.spinning = false;
}
}
...
...
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