Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
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
TFMOM
TF-MOM-WEB
Commits
b931bc35
Commit
b931bc35
authored
Apr 02, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
胶漆材料纪实删除接口修改
parent
33b7656d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
footer.vue
...s/src/views/taskExecution/components/LacClaims/footer.vue
+5
-5
No files found.
applications/dee-mes/src/views/taskExecution/components/LacClaims/footer.vue
View file @
b931bc35
...
@@ -256,13 +256,13 @@ export default {
...
@@ -256,13 +256,13 @@ export default {
type
:
'warning'
type
:
'warning'
// customClass: 'lacclaims-footer-message'
// customClass: 'lacclaims-footer-message'
}).
then
(()
=>
{
}).
then
(()
=>
{
const
params
=
{
//
const params = {
id
:
row
.
id
,
// 记实id
//
id: row.id, // 记实id
operator
:
'REMOVE'
//
operator: 'REMOVE'
}
//
}
// 发送请求
// 发送请求
// `ExtScanCodeRecord/removeScanCode?id=${row.extScanCodeRecords[0].id}&reqName=${row.extMaterial.resType2.typeName}`
// `ExtScanCodeRecord/removeScanCode?id=${row.extScanCodeRecords[0].id}&reqName=${row.extMaterial.resType2.typeName}`
post
(
'/ExtScanCodeRecord/recursion'
,
params
)
post
(
`/ExtScanCodeRecord/removeScanCode?id=
${
row
.
id
}
`
,
{}
)
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
if
(
res
.
message
.
includes
(
'成功'
))
{
if
(
res
.
message
.
includes
(
'成功'
))
{
this
.
$parent
.
$parent
.
$parent
.
$refs
.
header
.
getTableData
()
this
.
$parent
.
$parent
.
$parent
.
$refs
.
header
.
getTableData
()
...
...
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