Commit ee732809 by xiaohai

/

parent 14eb946d
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.20",
"version": "1.0.22",
"license": "MIT",
"private": false,
"author": "fairyly",
......
......@@ -268,7 +268,7 @@
selectToTransfer() {
if (this.selectionToTransfer.length < 1) {
this.$message.success({
this.$message.error({
duration: 1000,
message: '请选择分组!'
});
......@@ -316,7 +316,7 @@
selectToRemove() {
if (this.selectionToRemove.length < 1) {
this.$message.success({
this.$message.error({
duration: 1000,
message: '请选择分组!'
});
......
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