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
a8e07171
authored
2023-10-23 16:17:02 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:项目开启tree shake 配置
1 parent
82deacd8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
src/views/workflow/components/dialog/zsylxq.vue
src/views/ywbl/ywsq/guidePage.vue
src/views/workflow/components/dialog/zsylxq.vue
View file @
a8e0717
<!--
* @Description:
* @Autor: miaofang
* @LastEditTime: 2023-
09-19 14:04:13
* @LastEditTime: 2023-
10-23 16:16:24
-->
<
template
>
<div
...
...
@@ -178,9 +178,8 @@
getCertificateList
(
this
.
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
tableDatas
.
data
=
res
.
result
?
res
.
result
:
[];
console
.
log
(
"this.tableDatas"
,
this
.
tableDatas
);
}
})
;
})
},
/**
* @description: query
...
...
@@ -192,7 +191,7 @@
this
.
szxxtableData
.
data
=
res
.
result
;
this
.
key
++
;
}
})
;
})
},
/**
* @description: 获取证书内容
...
...
@@ -208,13 +207,11 @@
* @author: miaofang
*/
getHeadTabBdcqz
()
{
console
.
log
(
"formData"
,
this
.
formData
);
this
.
loading
=
true
;
getSlsqBdcqzList
({
bsmSlsq
:
this
.
formData
.
bsmSlsq
}).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
this
.
noData
=
true
;
if
(
res
.
result
&&
res
.
result
.
length
>
0
)
{
console
.
log
(
"res.resultttttttttttttttttttt"
,
res
.
result
);
this
.
bdcqz
=
res
.
result
[
0
];
this
.
headTabBdcqz
=
res
.
result
;
if
(
this
.
bdcqz
.
bdcqzlx
==
1
)
{
...
...
src/views/ywbl/ywsq/guidePage.vue
View file @
a8e0717
...
...
@@ -141,7 +141,6 @@
this
.
sqywQllxList
=
res
.
result
;
})
},
//申请业务类型菜单事件
/**
* @description: 申请业务类型菜单事件
* @param {*} item
...
...
Please
register
or
sign in
to post a comment