Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pad
Project
Project
Details
Activity
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
ximai
mes-pad
Commits
aae4b8dd
Commit
aae4b8dd
authored
Mar 29, 2024
by
张海景
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:修改首检确认的逻辑
parent
26481cfc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
index.vue
pages/mes/qc/index.vue
+4
-8
No files found.
pages/mes/qc/index.vue
View file @
aae4b8dd
...
...
@@ -391,10 +391,10 @@ export default {
this
.
getQcFirstLines
();
}
},
async
getIpqcList
(
type
,
status
)
{
async
getIpqcList
(
type
)
{
let
params
=
{
ipqcType
:
type
}
if
(
status
)
{
params
=
{
status
}
if
(
this
.
curQcType
==
'SJQR'
)
{
params
=
{
status
:
'PENDING'
}
}
const
res
=
await
this
.
$u
.
api
.
ipqcList
(
params
);
if
(
res
.
code
===
200
)
{
...
...
@@ -552,11 +552,7 @@ export default {
handleClickBtn
(
type
)
{
this
.
qcForm
=
{};
this
.
curQcType
=
type
;
if
(
type
==
'SJQR'
)
{
this
.
getIpqcList
(
type
,
'PENDING'
);
}
else
{
this
.
getIpqcList
(
type
);
}
this
.
getIpqcList
(
type
);
console
.
log
(
type
,
'type'
);
// if (type === 'QCMSG') {
// this.qcMsgVisible = true
...
...
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