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
f324b9ce
authored
2023-08-30 11:02:29 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
土地用途
1 parent
e6040b8d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
src/views/workflow/components/tdytTable.vue
src/views/workflow/components/tdytTable.vue
View file @
f324b9c
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-30 1
0:56:29
* @LastEditTime: 2023-08-30 1
1:01:54
-->
<
template
>
<div>
...
...
@@ -267,7 +267,6 @@ export default {
* @author: renchao
*/
addClick
()
{
debugger
// this.tableDataList[this.tableDataList.length] = _.cloneDeep(this.newdata);
this
.
tableDataList
.
push
(
_
.
cloneDeep
(
this
.
newdata
))
this
.
$emit
(
"upDateTdytxxList"
,
this
.
tableDataList
);
...
...
@@ -308,4 +307,7 @@ export default {
/
deep
/
.el-table
th
{
height
:
30px
!important
;
}
/
deep
/
.el-table--border
.el-table__cell
:first-child
.cell
{
text-align
:
center
;
}
</
style
>
...
...
Please
register
or
sign in
to post a comment