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
19d99c23
Commit
19d99c23
authored
Oct 26, 2023
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整细节
parent
fa34f1fe
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
index.vue
.../privateComponents/components/AssignCardProcess/index.vue
+4
-4
header.vue
...s/src/views/taskExecution/components/LacClaims/header.vue
+4
-4
No files found.
applications/dee-mes/src/privateComponents/components/AssignCardProcess/index.vue
View file @
19d99c23
...
@@ -53,12 +53,12 @@ export default {
...
@@ -53,12 +53,12 @@ export default {
},
},
mounted
()
{
mounted
()
{
this
.
$bus
.
$on
(
'completeEvent'
,
(
res
)
=>
{
this
.
$bus
.
$on
(
'completeEvent'
,
(
res
)
=>
{
this
.
$message
({
this
.
$utils
.
showMessageSuccess
(
'保存成功'
)
message
:
'保存成功'
,
type
:
'success'
})
})
})
},
},
beforeDestroy
()
{
this
.
$bus
.
$off
(
'completeEvent'
)
},
// 组件方法
// 组件方法
methods
:
{
methods
:
{
getFormData
(
id
)
{
getFormData
(
id
)
{
...
...
applications/dee-mes/src/views/taskExecution/components/LacClaims/header.vue
View file @
19d99c23
...
@@ -149,7 +149,7 @@
...
@@ -149,7 +149,7 @@
</template>
</template>
<
script
>
<
script
>
let
timer
=
null
let
timer
1
=
null
import
{
post
}
from
'@/utils/http'
import
{
post
}
from
'@/utils/http'
export
default
{
export
default
{
components
:
{},
components
:
{},
...
@@ -281,8 +281,8 @@ export default {
...
@@ -281,8 +281,8 @@ export default {
return
label
return
label
},
},
rowClick
(
row
)
{
rowClick
(
row
)
{
clearTimeout
(
timer
)
clearTimeout
(
timer
1
)
timer
=
setTimeout
(()
=>
{
timer
1
=
setTimeout
(()
=>
{
this
.
rowData
=
row
this
.
rowData
=
row
this
.
$parent
.
$parent
.
$parent
.
$refs
.
footer
.
getTableData
(
this
.
rowData
.
id
)
this
.
$parent
.
$parent
.
$parent
.
$refs
.
footer
.
getTableData
(
this
.
rowData
.
id
)
},
300
)
},
300
)
...
@@ -382,7 +382,7 @@ export default {
...
@@ -382,7 +382,7 @@ export default {
this
.
timer
=
null
this
.
timer
=
null
},
},
deeTableEdit
(
row
,
column
,
cell
,
event
)
{
deeTableEdit
(
row
,
column
,
cell
,
event
)
{
clearTimeout
(
timer
)
clearTimeout
(
timer
1
)
var
that
=
this
var
that
=
this
if
(
column
.
property
===
'needTime'
)
{
if
(
column
.
property
===
'needTime'
)
{
row
.
needTimeSelect
=
true
row
.
needTimeSelect
=
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