宣发
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<div class="list_content">
|
||||
<div class="list_card">
|
||||
<div class="tab">
|
||||
<u-subsection :list="subsection" :current="subIndex"></u-subsection>
|
||||
<u-subsection :list="subsection" :current="subIndex" @change="changeSub"></u-subsection>
|
||||
</div>
|
||||
<AiTable
|
||||
:data="tableData"
|
||||
@@ -172,6 +172,11 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
changeSub(index) {
|
||||
this.subIndex = index;
|
||||
this.getStatistics()
|
||||
},
|
||||
|
||||
getStatistics() {
|
||||
this.$http
|
||||
.post(`/app/appmasssendingtask/detailStatistics`, null, {
|
||||
|
||||
Reference in New Issue
Block a user