Commit 96807033 by caoyanzhi

update: 成员选择

parent baa15b2a
......@@ -36,7 +36,7 @@ export default {
// 是否多选
multiple: {
type: Boolean,
default: true
default: false
},
// 多选时最多可以选几条数据,默认100条
max: {
......
......@@ -12,7 +12,6 @@
<span class="info-content cur-po"><i class="iconfont-hb3 iconzhibiaoshuoming info-icon"></i>指标说明</span>
</div>
</dm-sub-title>
<select-clerk @change="onChange"></select-clerk>
<act-code-table :currentGroupId="currentGroupId"></act-code-table>
</div>
</div>
......@@ -22,13 +21,11 @@
<script>
import GroupList from './views/group-list.vue';
import ActCodeTable from './views/act-code-table.vue';
import SelectClerk from '../components/select-clerk/index.vue';
export default {
name: 'staffActCode',
components: {
GroupList,
ActCodeTable,
SelectClerk
ActCodeTable
},
data() {
return {
......@@ -36,9 +33,6 @@ export default {
};
},
methods: {
onChange(data) {
console.log(data);
},
getCurrentGroupID(CurGroupId) {
this.currentGroupId = CurGroupId;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment