f324b9ce by yangwei

土地用途

1 parent e6040b8d
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-08-30 10:56:29
* @LastEditTime: 2023-08-30 11: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>
......