Commit a2325f2b authored by zhengke's avatar zhengke

修改

parent 4c77d9e3
......@@ -745,7 +745,7 @@
</div>
</el-form-item>
<el-form-item label="可查看分组">
<el-select v-model="modifyMsg.GroupId" class="w300">
<el-select v-model="modifyMsg.GroupId" clearable class="w300">
<el-option v-for="item in groupArray" :key="item.GroupId" :label="item.GroupName" :value="item.GroupId">
</el-option>
</el-select>
......@@ -927,7 +927,6 @@
},
//修改确定
updateInfo() {
console.log(this.EditIndex,'Eindex');
switch (this.EditIndex) {
case 1:
this.postMsg.FavoriteFootMenuList[this.comCheckIndex].MenuName = this.modifyMsg.name;
......
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