Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cc3951cd
authored
2023-10-09 15:31:55 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:材料信息
1 parent
f67e0fd1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
src/views/printdjb/components/cfdj.vue
src/views/workflow/components/clxx/clxxUnify.vue
src/views/printdjb/components/cfdj.vue
View file @
cc3951c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
08-25 17:06:44
* @LastEditTime: 2023-
10-09 11:02:50
-->
<
template
>
<div
class=
"djxxTable"
>
...
...
@@ -172,11 +172,10 @@
})
.
then
(()
=>
{
this
.
$parent
.
addRepairRecord
(
row
,
del
);
this
.
$message
({
type
:
"success"
,
message
:
"补录成功!"
,
});
// this.$message({
// type: "success",
// message: "补录成功!",
// });
})
.
catch
(()
=>
{
this
.
$message
({
...
...
src/views/workflow/components/clxx/clxxUnify.vue
View file @
cc3951c
...
...
@@ -297,6 +297,7 @@
this
.
previewImg
.
imgList
=
res
.
result
?
res
.
result
:
[];
})
this
.
previewImg
.
bsmSj
=
item
?.
bsmSj
;
this
.
$refs
.
imageRef
.
initialIndex
=
0
},
/**
* @description: 小图片点击
...
...
Please
register
or
sign in
to post a comment