src/views/securityUnitChild/index.vue
@@ -598,6 +598,7 @@ }, rowUpdate2(row, index, done, loading) { console.log(row); delete row.shareholdingratio; update2(row).then( () => { this.onLoad2(this.page2); @@ -674,7 +675,7 @@ const data = res.data.data; this.page2.total = data.total; this.data2 = data.records; // console.log(this.data2); console.log(this.data2); this.loading2 = false; }); }, @@ -744,7 +745,7 @@ // padding: 0 !important; // } .el-collapse-item{ .el-collapse-item { padding-top: 15px !important; } </style>