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
f7a98793
authored
2023-06-26 16:41:00 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
ba4f32da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
src/views/workflow/components/tdytTable.vue
src/views/workflow/components/tdytTable.vue
View file @
f7a9879
...
...
@@ -112,7 +112,8 @@ export default {
v
-
model
=
{
scope
.
row
.
qssj
}
type
=
"date"
placeholder
=
"选择日期"
value
-
format
=
"yyyy-MM-dd"
value
-
format
=
"yyyy/MM/dd HH:mm:ss"
format
=
"yyyy/MM/dd HH:mm:ss"
onblur
=
{()
=>
{
this
.
addrow
(
scope
.
row
);
}}
...
...
@@ -128,7 +129,8 @@ export default {
v
-
model
=
{
scope
.
row
.
jssj
}
type
=
"date"
placeholder
=
"选择日期"
value
-
format
=
"yyyy-MM-dd"
value
-
format
=
"yyyy/MM/dd HH:mm:ss"
format
=
"yyyy/MM/dd HH:mm:ss"
onblur
=
{()
=>
{
this
.
addrow
(
scope
.
row
);
}}
...
...
@@ -155,7 +157,6 @@ export default {
watch
:
{
tableData
:
{
handler
:
function
(
val
,
oldVal
)
{
console
.
log
(
"什么事件111"
,
val
);
let
that
=
this
;
this
.
$nextTick
(()
=>
{
if
(
val
.
length
==
0
||
!
val
)
{
...
...
@@ -179,6 +180,8 @@ export default {
methods
:
{
// 修改事件
addrow
()
{
console
.
log
(
"this.$parent.bsmqlxx"
,
this
.
$parent
.
$parent
.
bsmqlxx
);
this
.
$emit
(
"upDateTdytxxList"
,
this
.
tableDataList
);
},
// 新增
...
...
Please
register
or
sign in
to post a comment