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
9f7e713b
authored
2023-06-15 15:59:07 +0800
by
yuanbo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
证书入库、证书分发查看打开对话框时,红色系统计算一闪而过问题修改
1 parent
229d8a1f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
src/views/zsgl/zsff/components/addDialog.vue
src/views/zsgl/zsrk/components/addDialog.vue
src/views/zsgl/zsff/components/addDialog.vue
View file @
9f7e713
...
...
@@ -125,6 +125,8 @@ export default {
},
mounted
()
{
if
(
this
.
formData
.
bsmBatch
)
{
this
.
tableForm
[
0
].
jsysxlh
=
null
;
this
.
tableForm
[
1
].
jsysxlh
=
null
;
this
.
getDetailInfo
(
this
.
formData
.
bsmBatch
);
}
else
{
this
.
ywhSerial
();
...
...
src/views/zsgl/zsrk/components/addDialog.vue
View file @
9f7e713
...
...
@@ -132,6 +132,8 @@ export default {
},
mounted
()
{
if
(
this
.
formData
.
bsmBatch
)
{
this
.
tableForm
[
0
].
bs
=
null
;
this
.
tableForm
[
1
].
bs
=
null
;
this
.
getDetailInfo
(
this
.
formData
.
bsmBatch
);
}
else
{
this
.
ywhSerial
();
...
...
Please
register
or
sign in
to post a comment