Commit 993a83cb by 无尘

fix: 修改 effectiveStatus 默认值为 1 ,即默认为有效状态数据

parent d53c8134
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.36",
"version": "1.0.37",
"license": "MIT",
"private": false,
"author": "fairyly",
......
......@@ -92,7 +92,7 @@
@click="selectToTransfer"
circle>
</el-button>
<el-button
<el-button
class="transfer-icon"
size="mini"
:type="selectionToRemove.length > 0 ? 'primary' : ''"
......@@ -166,7 +166,7 @@
},
effectiveStatus: {
type: [String, Number],
default: ""
default: 1
}
},
data() {
......@@ -380,7 +380,7 @@
}
});
},
searchSelectedByKey(key) {
let arr = [];
this.staticSelectedData.forEach(data => {
......
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