|
@@ -622,6 +622,7 @@ export default {
|
|
|
console.log('noRebuild3')
|
|
|
if (res.data.code == 200) {
|
|
|
res.data.rows[index].name = res.data.rows[index].menuName;
|
|
|
+ res.data.rows[index].id = res.data.rows[index].menuId;
|
|
|
this.$set(this.menuList,index,res.data.rows[index])
|
|
|
}
|
|
|
});
|