Commit 1bcaaaa0 by xiaohai

新增穿梭窗插件

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