Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-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-business-web
Commits
0838ed3d
Commit
0838ed3d
authored
Aug 22, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
dd801400
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
log.vue
src/views/monitor/job/log.vue
+1
-1
index.vue
src/views/monitor/operlog/index.vue
+2
-2
index.vue
src/views/monitor/server/index.vue
+1
-1
medical-record-management.vue
...t/medical-record-management/medical-record-management.vue
+1
-1
No files found.
src/views/monitor/job/log.vue
View file @
0838ed3d
...
@@ -268,7 +268,7 @@ export default {
...
@@ -268,7 +268,7 @@ export default {
/** 删除按钮操作 */
/** 删除按钮操作 */
handleDelete
(
row
)
{
handleDelete
(
row
)
{
const
jobLogIds
=
this
.
ids
const
jobLogIds
=
this
.
ids
this
.
$modal
.
confirm
(
'是否确认删除调度日志编号为"'
+
jobLogIds
+
'"的数据项
?
'
).
then
(
function
()
{
this
.
$modal
.
confirm
(
'是否确认删除调度日志编号为"'
+
jobLogIds
+
'"的数据项'
).
then
(
function
()
{
return
delJobLog
(
jobLogIds
)
return
delJobLog
(
jobLogIds
)
}).
then
(()
=>
{
}).
then
(()
=>
{
this
.
getList
()
this
.
getList
()
...
...
src/views/monitor/operlog/index.vue
View file @
0838ed3d
...
@@ -285,7 +285,7 @@ export default {
...
@@ -285,7 +285,7 @@ export default {
/** 删除按钮操作 */
/** 删除按钮操作 */
handleDelete
(
row
)
{
handleDelete
(
row
)
{
const
operIds
=
row
.
operId
||
this
.
ids
const
operIds
=
row
.
operId
||
this
.
ids
this
.
$modal
.
confirm
(
'是否确认删除日志编号为"'
+
operIds
+
'"的数据项
?
'
).
then
(
function
()
{
this
.
$modal
.
confirm
(
'是否确认删除日志编号为"'
+
operIds
+
'"的数据项'
).
then
(
function
()
{
return
delOperlog
(
operIds
)
return
delOperlog
(
operIds
)
}).
then
(()
=>
{
}).
then
(()
=>
{
this
.
getList
()
this
.
getList
()
...
@@ -294,7 +294,7 @@ export default {
...
@@ -294,7 +294,7 @@ export default {
},
},
/** 清空按钮操作 */
/** 清空按钮操作 */
handleClean
()
{
handleClean
()
{
this
.
$modal
.
confirm
(
'是否确认清空所有操作日志数据项
?
'
).
then
(
function
()
{
this
.
$modal
.
confirm
(
'是否确认清空所有操作日志数据项'
).
then
(
function
()
{
return
cleanOperlog
()
return
cleanOperlog
()
}).
then
(()
=>
{
}).
then
(()
=>
{
this
.
getList
()
this
.
getList
()
...
...
src/views/monitor/server/index.vue
View file @
0838ed3d
...
@@ -200,7 +200,7 @@ export default {
...
@@ -200,7 +200,7 @@ export default {
},
},
// 打开加载层
// 打开加载层
openLoading
()
{
openLoading
()
{
this
.
$modal
.
loading
(
'正在加载服务监控数据,请稍候
!
'
)
this
.
$modal
.
loading
(
'正在加载服务监控数据,请稍候'
)
}
}
}
}
}
}
...
...
src/views/service-management/medical-record-management/medical-record-management.vue
View file @
0838ed3d
...
@@ -867,7 +867,7 @@ export default {
...
@@ -867,7 +867,7 @@ export default {
/** 删除按钮操作 */
/** 删除按钮操作 */
handleDelete
(
row
)
{
handleDelete
(
row
)
{
const
ids
=
row
.
id
||
this
.
ids
const
ids
=
row
.
id
||
this
.
ids
this
.
$modal
.
confirm
(
'是否确认删除业务管理-检查管理编号为"'
+
ids
+
'"的数据项
?
'
).
then
(
function
()
{
this
.
$modal
.
confirm
(
'是否确认删除业务管理-检查管理编号为"'
+
ids
+
'"的数据项'
).
then
(
function
()
{
return
delManage
(
ids
)
return
delManage
(
ids
)
}
).
then
(()
=>
{
}
).
then
(()
=>
{
this
.
getList
()
this
.
getList
()
...
...
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