Commit 846de24a authored by zhengke's avatar zhengke

修改

parent c66ac9eb
......@@ -766,6 +766,7 @@
if (res.data.resultCode == 1) {
this.Success(res.data.message);
this.getList();
this.isShowGroup=false;
}
});
}
......
......@@ -118,7 +118,7 @@
</el-input>
</el-form-item>
<el-form-item label="所属分组">
<el-select v-model="addMsg.BelongGroupIdList" multiple class="w300">
<el-select v-model="addMsg.BelongGroupIdList" multiple style="width: 478px">
<el-option v-for="item in groupArray" :key="item.GroupId" :label="item.GroupName" :value="item.GroupId">
</el-option>
</el-select>
......
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