|
|
@@ -3,7 +3,7 @@
|
|
|
<Header>
|
|
|
<add @updataList="updataList" v-if="tool.checkAuth($route.name,'insert')"></add>
|
|
|
<export-btn v-if="tool.checkAuth($route.name,'export')"></export-btn>
|
|
|
- <move type="more" :data="checkboxArr" @updataList="getList()" v-show="checkboxArr.length >= 1"></move>
|
|
|
+ <move type="more" :teamList="teamList" :data="checkboxArr" @updataList="getList()" v-show="checkboxArr.length >= 1"></move>
|
|
|
</Header>
|
|
|
<div class="content">
|
|
|
<div class="select" v-if="tool.checkAuth($route.name,'read')">
|
|
|
@@ -97,6 +97,7 @@ export default {
|
|
|
}
|
|
|
};
|
|
|
},
|
|
|
+ props:['teamList'],
|
|
|
components: { search, Header , exportBtn, table1, move , add },
|
|
|
computed: {
|
|
|
},
|