Commit 871b8cd2 by xiaohai

文档更新

parent c9ecba19
......@@ -22,6 +22,7 @@ Vue.use(vueGicMemberGroup)
:defaltSelected="defaltSelected"
:height='height'
:projectName="projectName"
:headerList='headerList'
@handleDataTransferred="handleDataTransferred"
@handleDataLeft="handleDataLeft">
</vue-gic-member-group>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "@gic-test/vue-gic-member-group",
"description": "vue-gic-member-group Plugin",
"version": "1.0.26",
"version": "1.0.28",
"license": "MIT",
"private": false,
"author": "fairyly",
......
......@@ -237,6 +237,7 @@
* 获取分组列表数据
*/
getGroupList() {
console.log(this.headerList);
const that = this;
that.loading = true;
that.axios.get(`${that.baseUrl}/gic-member-tag-web/member-tag-group/findList.json?requestProject=${that.projectName}&pageSize=${that.pageSize}&pageNum=${that.currentPage}&groupName=${that.dataSearch}&effectiveStatus=${1}`)
......
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