Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zghywpc-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李苏
zghywpc-vue
Commits
95a7d25d
Commit
95a7d25d
authored
Oct 31, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
排查选中模型逻辑调整
parent
7972ccd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
index.vue
src/views/yhlywsytst/yhlywsytst/index.vue
+6
-3
No files found.
src/views/yhlywsytst/yhlywsytst/index.vue
View file @
95a7d25d
...
...
@@ -2,7 +2,7 @@
* @Description:
* @Author: lisu lisu@gavelinfo.com
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-10-
25 09:45:27
* @LastEditTime: 2024-10-
31 16:47:55
* @FilePath: /zghywpc-vue/src/views/yhlywsytst/yhlywsytst/index.vue
-->
<
template
>
...
...
@@ -819,6 +819,9 @@
// a.remove()
this
.
pdfBytes
=
res
.
data
.
records
.
pdfBytes
let
gnwz
=
res
.
data
.
records
.
gnwz
/* -
...
...
@@ -890,9 +893,9 @@
// this.clickTag(this.jzReMaterialQue[0].model.name)
let
model
=
false
let
sbxxCode
=
this
.
sypcQueryParams
.
gnwz
.
replace
(
/
\s
+/g
,
''
);
let
sbxxCode
=
gnwz
||
this
.
sypcQueryParams
.
gnwz
.
replace
(
/
\s
+/g
,
''
);
this
.
jzReMaterialQue
.
forEach
(
jzitem
=>
{
if
(
jzitem
.
model
&&
jzitem
.
model
.
name
&&
jzitem
.
model
.
name
==
sbxxCode
)
{
if
(
jzitem
.
model
&&
jzitem
.
model
.
name
&&
this
.
getFirstPartOfString
(
jzitem
.
model
.
name
)
==
sbxxCode
)
{
model
=
jzitem
.
model
}
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment