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
845dfcf1
authored
2023-08-17 14:31:42 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:权利人信息
1 parent
3de649b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
src/views/workflow/components/qlrCommonTable.vue
src/views/workflow/components/qlrCommonTable.vue
View file @
845dfcf
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-1
6 16:44:04
* @LastEditTime: 2023-08-1
7 14:30:26
-->
<
template
>
<div>
...
...
@@ -124,12 +124,12 @@
let
that
=
this
this
.
$nextTick
(()
=>
{
if
(
val
.
length
==
0
||
!
val
)
{
that
.
tableDataList
=
_
.
cloneDeep
([{
sqrmc
:
''
,
dlrzjlx
:
''
,
dlrzjh
:
''
,
fr
:
''
}])
//
that.tableDataList = _.cloneDeep([{
//
sqrmc: '',
//
dlrzjlx: '',
//
dlrzjh: '',
//
fr: ''
//
}])
}
else
{
that
.
tableDataList
=
_
.
cloneDeep
(
val
)
}
...
...
@@ -193,7 +193,6 @@
}
},
// 删除
/**
* @description: 删除
* @param {*} index
...
...
Please
register
or
sign in
to post a comment