This commit is contained in:
zhaofang
2022-06-09 12:19:24 +08:00
parent 7471481876
commit 185101f873
2 changed files with 2 additions and 4 deletions

View File

@@ -24,8 +24,6 @@
<el-tabs v-model="tabName" @tab-click="changeTab" style="margin-top:14px">
<!-- 全部 -->
<el-tab-pane label="全部" name="all">
<div v-for="(item, index) in dataList.list">
@@ -226,7 +224,7 @@
if(item.type == 3){
item.cases = {title:'',summary:''};
item.cases.title=item.title;
item.cases.title=item.summary;
item.cases.summary=item.content;
item.cases.id=item.id;
}
});