Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-finance-web
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
刘怀志
pet-finance-web
Commits
0644e7ad
Commit
0644e7ad
authored
Aug 21, 2023
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
64712 【接力】全局,编辑成功提示语修改
parent
019dd622
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
26 additions
and
26 deletions
+26
-26
article-detail.vue
src/views/article-management/article-detail.vue
+1
-1
article-edit.vue
src/views/article-management/article-edit.vue
+3
-3
article-management.vue
src/views/article-management/article-management.vue
+1
-1
equipment-detail.vue
...ment-management/equipment-management/equipment-detail.vue
+1
-1
medical-edit.vue
src/views/medical-record-management/medical-edit.vue
+1
-1
index.vue
src/views/monitor/job/index.vue
+1
-1
role-management.vue
...views/role-permission/role-management/role-management.vue
+2
-2
medical-record-management.vue
...t/medical-record-management/medical-record-management.vue
+1
-1
index.vue
src/views/system/config/index.vue
+1
-1
index.vue
src/views/system/dept/index.vue
+1
-1
data.vue
src/views/system/dict/data.vue
+1
-1
index.vue
src/views/system/dict/index.vue
+1
-1
index.vue
src/views/system/menu/index.vue
+1
-1
index.vue
src/views/system/notice/index.vue
+1
-1
index.vue
src/views/system/post/index.vue
+1
-1
index.vue
src/views/system/role/index.vue
+2
-2
index.vue
src/views/system/user/index.vue
+2
-2
hospitalInfo.vue
src/views/system/user/profile/hospitalInfo.vue
+1
-1
resetPwd.vue
src/views/system/user/profile/resetPwd.vue
+1
-1
userAvatar.vue
src/views/system/user/profile/userAvatar.vue
+1
-1
userInfo.vue
src/views/system/user/profile/userInfo.vue
+1
-1
No files found.
src/views/article-management/article-detail.vue
View file @
0644e7ad
...
@@ -160,7 +160,7 @@ export default {
...
@@ -160,7 +160,7 @@ export default {
if
(
valid
)
{
if
(
valid
)
{
if
(
this
.
form
.
id
!=
null
)
{
if
(
this
.
form
.
id
!=
null
)
{
updateArticle
(
this
.
form
).
then
(
response
=>
{
updateArticle
(
this
.
form
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
this
.
open
=
false
this
.
open
=
false
this
.
getList
()
this
.
getList
()
})
})
...
...
src/views/article-management/article-edit.vue
View file @
0644e7ad
...
@@ -172,7 +172,7 @@ export default {
...
@@ -172,7 +172,7 @@ export default {
updateArticle
(
this
.
form
).
then
(
response
=>
{
updateArticle
(
this
.
form
).
then
(
response
=>
{
this
.
$message
({
this
.
$message
({
type
:
'success'
,
type
:
'success'
,
message
:
'
修改
成功'
message
:
'
编辑
成功'
})
})
this
.
goBack
()
this
.
goBack
()
})
})
...
@@ -193,7 +193,7 @@ export default {
...
@@ -193,7 +193,7 @@ export default {
// updateArticle(this.form).then(response => {
// updateArticle(this.form).then(response => {
// this.$message({
// this.$message({
// type: 'success',
// type: 'success',
// message: '
修改
成功!'
// message: '
编辑
成功!'
// })
// })
// this.goBack()
// this.goBack()
// })
// })
...
@@ -210,7 +210,7 @@ export default {
...
@@ -210,7 +210,7 @@ export default {
// if (valid) {
// if (valid) {
// if (this.form.id != null) {
// if (this.form.id != null) {
// updateArticle(this.form).then(response => {
// updateArticle(this.form).then(response => {
// this.$modal.msgSuccess('
修改
成功')
// this.$modal.msgSuccess('
编辑
成功')
// this.open = false
// this.open = false
// this.getList()
// this.getList()
// })
// })
...
...
src/views/article-management/article-management.vue
View file @
0644e7ad
...
@@ -481,7 +481,7 @@ export default {
...
@@ -481,7 +481,7 @@ export default {
if
(
valid
)
{
if
(
valid
)
{
if
(
this
.
form
.
id
!=
null
)
{
if
(
this
.
form
.
id
!=
null
)
{
updateArticle
(
this
.
form
).
then
(
response
=>
{
updateArticle
(
this
.
form
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
this
.
open
=
false
this
.
open
=
false
this
.
getList
()
this
.
getList
()
}
)
}
)
...
...
src/views/equipment-management/equipment-management/equipment-detail.vue
View file @
0644e7ad
...
@@ -1049,7 +1049,7 @@ export default {
...
@@ -1049,7 +1049,7 @@ export default {
}).
then
(()
=>
{
}).
then
(()
=>
{
updateDevice
(
form
).
then
(
response
=>
{
updateDevice
(
form
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
this
.
cancel
()
this
.
cancel
()
console
.
log
(
'this.form)'
,
form
)
console
.
log
(
'this.form)'
,
form
)
})
})
...
...
src/views/medical-record-management/medical-edit.vue
View file @
0644e7ad
...
@@ -1375,7 +1375,7 @@ export default {
...
@@ -1375,7 +1375,7 @@ export default {
editRecord
(
temp
).
then
(
res
=>
{
editRecord
(
temp
).
then
(
res
=>
{
this
.
$message
({
this
.
$message
({
type
:
'success'
,
type
:
'success'
,
message
:
'
修改
成功'
message
:
'
编辑
成功'
})
})
this
.
goBack
()
this
.
goBack
()
console
.
log
(
'editRecord'
,
res
)
console
.
log
(
'editRecord'
,
res
)
...
...
src/views/monitor/job/index.vue
View file @
0644e7ad
...
@@ -487,7 +487,7 @@ export default {
...
@@ -487,7 +487,7 @@ export default {
if
(
valid
)
{
if
(
valid
)
{
if
(
this
.
form
.
jobId
!==
undefined
)
{
if
(
this
.
form
.
jobId
!==
undefined
)
{
updateJob
(
this
.
form
).
then
(
response
=>
{
updateJob
(
this
.
form
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
this
.
open
=
false
this
.
open
=
false
this
.
getList
()
this
.
getList
()
})
})
...
...
src/views/role-permission/role-management/role-management.vue
View file @
0644e7ad
...
@@ -565,7 +565,7 @@ export default {
...
@@ -565,7 +565,7 @@ export default {
if
(
this
.
form
.
roleId
!==
undefined
)
{
if
(
this
.
form
.
roleId
!==
undefined
)
{
this
.
form
.
menuIds
=
this
.
getMenuAllCheckedKeys
()
this
.
form
.
menuIds
=
this
.
getMenuAllCheckedKeys
()
updateRole
(
this
.
form
).
then
(
response
=>
{
updateRole
(
this
.
form
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
this
.
open
=
false
this
.
open
=
false
this
.
getList
()
this
.
getList
()
})
})
...
@@ -585,7 +585,7 @@ export default {
...
@@ -585,7 +585,7 @@ export default {
if
(
this
.
form
.
roleId
!==
undefined
)
{
if
(
this
.
form
.
roleId
!==
undefined
)
{
this
.
form
.
deptIds
=
this
.
getDeptAllCheckedKeys
()
this
.
form
.
deptIds
=
this
.
getDeptAllCheckedKeys
()
dataScope
(
this
.
form
).
then
(
response
=>
{
dataScope
(
this
.
form
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
this
.
openDataScope
=
false
this
.
openDataScope
=
false
this
.
getList
()
this
.
getList
()
})
})
...
...
src/views/service-management/medical-record-management/medical-record-management.vue
View file @
0644e7ad
...
@@ -702,7 +702,7 @@ export default {
...
@@ -702,7 +702,7 @@ export default {
if
(
valid
)
{
if
(
valid
)
{
if
(
this
.
form
.
id
!=
null
)
{
if
(
this
.
form
.
id
!=
null
)
{
updateManage
(
this
.
form
).
then
(
response
=>
{
updateManage
(
this
.
form
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
this
.
open
=
false
this
.
open
=
false
this
.
getList
()
this
.
getList
()
}
)
}
)
...
...
src/views/system/config/index.vue
View file @
0644e7ad
...
@@ -302,7 +302,7 @@ export default {
...
@@ -302,7 +302,7 @@ export default {
if
(
valid
)
{
if
(
valid
)
{
if
(
this
.
form
.
configId
!==
undefined
)
{
if
(
this
.
form
.
configId
!==
undefined
)
{
updateConfig
(
this
.
form
).
then
(
response
=>
{
updateConfig
(
this
.
form
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
this
.
open
=
false
this
.
open
=
false
this
.
getList
()
this
.
getList
()
})
})
...
...
src/views/system/dept/index.vue
View file @
0644e7ad
...
@@ -312,7 +312,7 @@ export default {
...
@@ -312,7 +312,7 @@ export default {
if
(
valid
)
{
if
(
valid
)
{
if
(
this
.
form
.
deptId
!==
undefined
)
{
if
(
this
.
form
.
deptId
!==
undefined
)
{
updateDept
(
this
.
form
).
then
(
response
=>
{
updateDept
(
this
.
form
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
this
.
open
=
false
this
.
open
=
false
this
.
getList
()
this
.
getList
()
})
})
...
...
src/views/system/dict/data.vue
View file @
0644e7ad
...
@@ -365,7 +365,7 @@ export default {
...
@@ -365,7 +365,7 @@ export default {
if
(
this
.
form
.
dictCode
!==
undefined
)
{
if
(
this
.
form
.
dictCode
!==
undefined
)
{
updateData
(
this
.
form
).
then
(
response
=>
{
updateData
(
this
.
form
).
then
(
response
=>
{
this
.
$store
.
dispatch
(
'dict/removeDict'
,
this
.
queryParams
.
dictType
)
this
.
$store
.
dispatch
(
'dict/removeDict'
,
this
.
queryParams
.
dictType
)
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
this
.
open
=
false
this
.
open
=
false
this
.
getList
()
this
.
getList
()
})
})
...
...
src/views/system/dict/index.vue
View file @
0644e7ad
...
@@ -305,7 +305,7 @@ export default {
...
@@ -305,7 +305,7 @@ export default {
if
(
valid
)
{
if
(
valid
)
{
if
(
this
.
form
.
dictId
!==
undefined
)
{
if
(
this
.
form
.
dictId
!==
undefined
)
{
updateType
(
this
.
form
).
then
(
response
=>
{
updateType
(
this
.
form
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
this
.
open
=
false
this
.
open
=
false
this
.
getList
()
this
.
getList
()
})
})
...
...
src/views/system/menu/index.vue
View file @
0644e7ad
...
@@ -424,7 +424,7 @@ export default {
...
@@ -424,7 +424,7 @@ export default {
if
(
valid
)
{
if
(
valid
)
{
if
(
this
.
form
.
menuId
!==
undefined
)
{
if
(
this
.
form
.
menuId
!==
undefined
)
{
updateMenu
(
this
.
form
).
then
(
response
=>
{
updateMenu
(
this
.
form
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
this
.
open
=
false
this
.
open
=
false
this
.
getList
()
this
.
getList
()
})
})
...
...
src/views/system/notice/index.vue
View file @
0644e7ad
...
@@ -283,7 +283,7 @@ export default {
...
@@ -283,7 +283,7 @@ export default {
if
(
valid
)
{
if
(
valid
)
{
if
(
this
.
form
.
noticeId
!==
undefined
)
{
if
(
this
.
form
.
noticeId
!==
undefined
)
{
updateNotice
(
this
.
form
).
then
(
response
=>
{
updateNotice
(
this
.
form
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
this
.
open
=
false
this
.
open
=
false
this
.
getList
()
this
.
getList
()
}
)
}
)
...
...
src/views/system/post/index.vue
View file @
0644e7ad
...
@@ -274,7 +274,7 @@ export default {
...
@@ -274,7 +274,7 @@ export default {
if
(
valid
)
{
if
(
valid
)
{
if
(
this
.
form
.
postId
!==
undefined
)
{
if
(
this
.
form
.
postId
!==
undefined
)
{
updatePost
(
this
.
form
).
then
(
response
=>
{
updatePost
(
this
.
form
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
this
.
open
=
false
this
.
open
=
false
this
.
getList
()
this
.
getList
()
})
})
...
...
src/views/system/role/index.vue
View file @
0644e7ad
...
@@ -565,7 +565,7 @@ export default {
...
@@ -565,7 +565,7 @@ export default {
if
(
this
.
form
.
roleId
!==
undefined
)
{
if
(
this
.
form
.
roleId
!==
undefined
)
{
this
.
form
.
menuIds
=
this
.
getMenuAllCheckedKeys
()
this
.
form
.
menuIds
=
this
.
getMenuAllCheckedKeys
()
updateRole
(
this
.
form
).
then
(
response
=>
{
updateRole
(
this
.
form
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
this
.
open
=
false
this
.
open
=
false
this
.
getList
()
this
.
getList
()
})
})
...
@@ -585,7 +585,7 @@ export default {
...
@@ -585,7 +585,7 @@ export default {
if
(
this
.
form
.
roleId
!==
undefined
)
{
if
(
this
.
form
.
roleId
!==
undefined
)
{
this
.
form
.
deptIds
=
this
.
getDeptAllCheckedKeys
()
this
.
form
.
deptIds
=
this
.
getDeptAllCheckedKeys
()
dataScope
(
this
.
form
).
then
(
response
=>
{
dataScope
(
this
.
form
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
this
.
openDataScope
=
false
this
.
openDataScope
=
false
this
.
getList
()
this
.
getList
()
})
})
...
...
src/views/system/user/index.vue
View file @
0644e7ad
...
@@ -600,7 +600,7 @@ export default {
...
@@ -600,7 +600,7 @@ export default {
inputErrorMessage
:
'用户密码长度必须介于 5 和 20 之间'
inputErrorMessage
:
'用户密码长度必须介于 5 和 20 之间'
}).
then
(({
value
})
=>
{
}).
then
(({
value
})
=>
{
resetUserPwd
(
row
.
userId
,
value
).
then
(
response
=>
{
resetUserPwd
(
row
.
userId
,
value
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功,新密码是:'
+
value
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功,新密码是:'
+
value
)
})
})
}).
catch
(()
=>
{})
}).
catch
(()
=>
{})
},
},
...
@@ -615,7 +615,7 @@ export default {
...
@@ -615,7 +615,7 @@ export default {
if
(
valid
)
{
if
(
valid
)
{
if
(
this
.
form
.
userId
!==
undefined
)
{
if
(
this
.
form
.
userId
!==
undefined
)
{
updateUser
(
this
.
form
).
then
(
response
=>
{
updateUser
(
this
.
form
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
this
.
open
=
false
this
.
open
=
false
this
.
getList
()
this
.
getList
()
})
})
...
...
src/views/system/user/profile/hospitalInfo.vue
View file @
0644e7ad
...
@@ -52,7 +52,7 @@ export default {
...
@@ -52,7 +52,7 @@ export default {
this
.
$refs
[
'form'
].
validate
(
valid
=>
{
this
.
$refs
[
'form'
].
validate
(
valid
=>
{
if
(
valid
)
{
if
(
valid
)
{
updateHospital
(
this
.
hospital
).
then
(
res
=>
{
updateHospital
(
this
.
hospital
).
then
(
res
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
})
})
}
}
})
})
...
...
src/views/system/user/profile/resetPwd.vue
View file @
0644e7ad
...
@@ -55,7 +55,7 @@ export default {
...
@@ -55,7 +55,7 @@ export default {
this
.
$refs
[
'form'
].
validate
(
valid
=>
{
this
.
$refs
[
'form'
].
validate
(
valid
=>
{
if
(
valid
)
{
if
(
valid
)
{
updateUserPwd
(
this
.
user
.
oldPassword
,
this
.
user
.
newPassword
).
then
(
response
=>
{
updateUserPwd
(
this
.
user
.
oldPassword
,
this
.
user
.
newPassword
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
})
})
}
}
})
})
...
...
src/views/system/user/profile/userAvatar.vue
View file @
0644e7ad
...
@@ -142,7 +142,7 @@ export default {
...
@@ -142,7 +142,7 @@ export default {
// this.open = false;
// this.open = false;
// this.options.img = process.env.VUE_APP_BASE_API + response.imgUrl;
// this.options.img = process.env.VUE_APP_BASE_API + response.imgUrl;
// store.commit('SET_AVATAR', this.options.img);
// store.commit('SET_AVATAR', this.options.img);
// this.$modal.msgSuccess("
修改
成功");
// this.$modal.msgSuccess("
编辑
成功");
// this.visible = false;
// this.visible = false;
// });
// });
})
})
...
...
src/views/system/user/profile/userInfo.vue
View file @
0644e7ad
...
@@ -62,7 +62,7 @@ export default {
...
@@ -62,7 +62,7 @@ export default {
this
.
$refs
[
'form'
].
validate
(
valid
=>
{
this
.
$refs
[
'form'
].
validate
(
valid
=>
{
if
(
valid
)
{
if
(
valid
)
{
updateUserProfile
(
this
.
user
).
then
(
response
=>
{
updateUserProfile
(
this
.
user
).
then
(
response
=>
{
this
.
$modal
.
msgSuccess
(
'
修改
成功'
)
this
.
$modal
.
msgSuccess
(
'
编辑
成功'
)
})
})
}
}
})
})
...
...
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