Commit 4542349b by xiaohai

fix issue

parent 250510e4
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.34",
"version": "1.0.35",
"license": "MIT",
"private": false,
"author": "fairyly",
......
......@@ -248,6 +248,7 @@
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=${that.effectiveStatus}`)
.then(res => {
console.log(res, "group list");
if (res.data.errorCode == 1) {
that.tableData = that.tableData.concat(res.data.result.result);
that.totalPage = res.data.result.totalPage;
......
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