Explorar o código

紧急修复bug

chenxiong %!s(int64=3) %!d(string=hai) anos
pai
achega
28249b19c7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      pages3/polyv/detail.vue

+ 1 - 0
pages3/polyv/detail.vue

@@ -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])
 					}
 				});