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
7b5895c0
authored
2023-07-04 16:36:33 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
不在前端处理
1 parent
819b2d56
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
src/views/registerBook/jsydsyq.vue
src/views/zhcx/djbcx/djbcx.vue
src/views/registerBook/jsydsyq.vue
View file @
7b5895c
...
...
@@ -83,9 +83,6 @@
qszt
:
this
.
checkList
,
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
res
.
result
.
length
&&
res
.
result
.
forEach
(
i
=>
{
i
.
ytmc
==
'null'
?
i
.
ytmc
=
""
:
i
.
ytmc
=
i
.
ytmc
;
});
this
.
tableData
=
res
.
result
;
this
.
tableData
.
forEach
(
item
=>
{
item
.
sjlx
=
getSjlx
(
item
.
sjlx
)
...
...
src/views/zhcx/djbcx/djbcx.vue
View file @
7b5895c
...
...
@@ -95,9 +95,6 @@ export default {
this
.
$endLoading
()
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
records
.
length
&&
records
.
forEach
(
i
=>
{
i
.
ytmc
==
'null'
?
i
.
ytmc
=
""
:
i
.
ytmc
=
i
.
ytmc
;
});
this
.
tableData
.
data
=
records
;
this
.
tableData
.
total
=
total
;
}
...
...
Please
register
or
sign in
to post a comment