Commit 1bcaaaa0 by xiaohai

新增穿梭窗插件

parent ceb01898
......@@ -12,7 +12,7 @@ npm install @gic-test/vue-gic-member-group -S
## how to use
```
// main.js
import vueGicMemberGroup from 'vue-gic-member-group'
import vueGicMemberGroup from '@gic-test/vue-gic-member-group'
Vue.use(vueGicMemberGroup)
......
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.13",
"version": "1.0.16",
"license": "MIT",
"private": false,
"author": "fairyly",
......
......@@ -241,6 +241,7 @@
},
searchEnterFun() {
this.tableData = [];
this.getGroupList();
},
......@@ -320,6 +321,7 @@
const that = this;
let selectedData = that.selectedData;
if (selectedData.length < 1) {
that.countOfCoverTotal = 0;
return false;
}
let idsArr = [];
......
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