Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
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
gzga-jzapi
apaas-ui
Commits
a4fad7b6
Commit
a4fad7b6
authored
Mar 11, 2021
by
刘殿昕
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev'
parents
08c07dd1
57ae5e47
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
src/pages/authority/user/organizationuser.vue
src/pages/authority/user/organizationuser.vue
+2
-2
src/pages/technical-support/answer-center/detail.vue
src/pages/technical-support/answer-center/detail.vue
+2
-0
src/pages/technical-support/answer-center/edit.vue
src/pages/technical-support/answer-center/edit.vue
+1
-0
No files found.
src/pages/authority/user/organizationuser.vue
View file @
a4fad7b6
...
@@ -456,11 +456,11 @@ export default {
...
@@ -456,11 +456,11 @@ export default {
});
});
});
});
}
else
{
}
else
{
this
.
$message
.
error
(
"
获取组织失败
"
);
//
this.$message.error("获取组织失败");
}
}
})
})
.
catch
(
function
(
response
)
{
.
catch
(
function
(
response
)
{
this
.
$message
.
error
(
"
获取组织失败
"
);
//
this.$message.error("获取组织失败");
});
});
},
},
removepic
()
{
removepic
()
{
...
...
src/pages/technical-support/answer-center/detail.vue
View file @
a4fad7b6
...
@@ -200,6 +200,7 @@ export default {
...
@@ -200,6 +200,7 @@ export default {
).
then
((
res
)
=>
{
).
then
((
res
)
=>
{
if
(
res
.
data
.
success
){
if
(
res
.
data
.
success
){
this
.
$message
.
success
(
'
添加成功
'
)
this
.
$message
.
success
(
'
添加成功
'
)
this
.
$emit
(
"
update2
"
);
this
.
get_question
()
this
.
get_question
()
this
.
get_answer
()
this
.
get_answer
()
}
else
{
}
else
{
...
@@ -230,6 +231,7 @@ export default {
...
@@ -230,6 +231,7 @@ export default {
if
(
res
.
data
.
success
){
if
(
res
.
data
.
success
){
this
.
$message
.
success
(
'
添加成功
'
)
this
.
$message
.
success
(
'
添加成功
'
)
this
.
editstr
=
''
this
.
editstr
=
''
this
.
$emit
(
"
update2
"
);
this
.
get_question
()
this
.
get_question
()
this
.
get_answer
()
this
.
get_answer
()
}
else
{
}
else
{
...
...
src/pages/technical-support/answer-center/edit.vue
View file @
a4fad7b6
...
@@ -89,6 +89,7 @@ export default {
...
@@ -89,6 +89,7 @@ export default {
if
(
res
.
data
.
success
){
if
(
res
.
data
.
success
){
this
.
$message
.
success
(
'
添加成功
'
)
this
.
$message
.
success
(
'
添加成功
'
)
this
.
$router
.
push
({
name
:
'
answerCenterList
'
})
this
.
$router
.
push
({
name
:
'
answerCenterList
'
})
this
.
$emit
(
"
update2
"
);
}
else
{
}
else
{
this
.
$message
.
error
(
'
添加失败
'
)
this
.
$message
.
error
(
'
添加失败
'
)
}
}
...
...
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