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
29c06fba
authored
2024-01-29 14:44:59 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
材料信息
1 parent
d357f96f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
src/views/registerBook/components/clxx/index.vue
src/views/registerBook/components/djbDetail.vue
src/views/registerBook/djbFrame.vue
src/views/registerBook/components/clxx/index.vue
View file @
29c06fb
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-
19 16:30:06
* @LastEditTime: 2024-01-
29 14:27:07
-->
<
template
>
<div
class=
"clxx"
>
...
...
@@ -170,9 +170,9 @@
})
}
else
{
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSlsq"
,
this
.
formData
.
bsmSlsq
);
formdata
.
append
(
"bsmSldy"
,
this
.
formData
.
bsmSldy
);
formdata
.
append
(
"bsmSlsq"
,
this
.
formData
.
bsmSlsq
?
this
.
formData
.
bsmSlsq
:
''
);
formdata
.
append
(
"bsmSldy"
,
this
.
formData
.
bsmSldy
?
this
.
formData
.
bsmSldy
:
''
);
console
.
log
(
this
.
formData
);
InitClml
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
resolve
(
res
.
code
);
...
...
src/views/registerBook/components/djbDetail.vue
View file @
29c06fb
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-2
6 16:13:12
* @LastEditTime: 2024-01-2
9 14:26:09
-->
<
template
>
<div
class=
"tableBox"
>
...
...
src/views/registerBook/djbFrame.vue
View file @
29c06fb
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-01-2
5 13:15:05
* @LastEditTime: 2024-01-2
9 14:19:56
-->
<
template
>
<div
class=
"content"
>
...
...
@@ -221,7 +221,6 @@
this
.
highlight
=
false
},
taplist
(
data
,
index
)
{
console
.
log
(
data
,
333333
);
this
.
loadComponent
(
data
.
form
);
this
.
isActive
=
index
;
this
.
titleActive
=
-
1
...
...
Please
register
or
sign in
to post a comment