Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
Overview
Overview
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
isc-v3.1-tmp
isc-web-vue
Commits
1430111b
Commit
1430111b
authored
Oct 18, 2024
by
sunxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交内容有遗漏
parent
68e4859a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
Msgdtlp.vue
src/page/Frontend/Msgdtl/views/Msgdtlp.vue
+5
-4
No files found.
src/page/Frontend/Msgdtl/views/Msgdtlp.vue
View file @
1430111b
...
...
@@ -8,8 +8,8 @@
</c-button>
<p
style=
"margin-top: 20px;border: 1px solid #333333;padding-10px;width: 100%;min-height: 500px;"
v-html=
"model.msgdtll"
></p>
<el-dialog
v-if=
"visible"
v-dialogDrag
:visible=
"visible"
:modal-append-to-body=
"false"
:close-on-click-modal=
"
fals
e"
title=
"
新增
"
destroy-on-close
width=
"50%"
>
<el-dialog
v-if=
"visible"
v-dialogDrag
:visible=
"visible"
:modal-append-to-body=
"false"
:close-on-click-modal=
"
tru
e"
title=
"
历史记录
"
destroy-on-close
width=
"50%"
>
<div
class=
"e-table-wrapper"
>
<el-table
:data=
"model.mdtp.mdtmod.mpelst"
style=
"width: 100%"
>
<el-table-column
prop=
"dattim"
label=
"处理时间"
width=
"150"
>
...
...
@@ -54,15 +54,16 @@ export default {
mixins
:
[
Event
],
data
()
{
return
{
trnName
:
"msgdtl"
,
visible
:
false
}
},
methods
:
{
async
handleList
()
{
let
params
=
{
mpsinr
:
this
.
$route
.
query
.
mpsinr
||
""
,
}
const
rtnmsg
=
await
Api
.
post
(
``
,
params
);
const
rtnmsg
=
await
Api
.
post
(
`
/
${
this
.
moduleRouter
()}
/
${
this
.
trnName
}
/msghis
`
,
params
);
if
(
rtnmsg
.
respCode
===
SUCCESS
)
{
this
.
visible
=
true
this
.
model
.
mdtp
.
mdtmod
.
mpelst
=
rtnmsg
.
data
...
...
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