This commit is contained in:
闫晓茹 2023-05-05 16:59:10 +08:00
parent a1db8818c3
commit 65d43d4f5e

View File

@ -118,6 +118,7 @@
<el-table
:data="props.row.selectSubordinateItemlist"
style="width: 100%; padding-left: 120px"
:header-cell-style="{background:'#fff',color:'#606266'}"
>
<el-table-column
prop="trainingParentName"
@ -1345,6 +1346,7 @@ export default {
getList() {
this.loading = true;
listTrainingItem(this.queryParams).then((response) => {
console.log(response)
response.rows.forEach((e) => {
e.selectSubordinateItemlist = []; //
e.expand = false; //