Explorar o código

个人版问卷菜单仅保留团队信息和生成报告

htc hai 5 meses
pai
achega
9ed215212c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pagesHome/components/createList.vue

+ 1 - 1
pagesHome/components/createList.vue

@@ -172,7 +172,7 @@ export default {
 		},
 		showDialog(item){
 			this.dto = item;
-			if(this.dto.type==1) this.menuListCopy = this.menuList.filter((_, index) => index !== 4);
+			if(this.dto.type==1) this.menuListCopy = this.menuList.filter((_, index) => ![0,1,3,4].includes(index));
 			else this.menuListCopy = JSON.parse(JSON.stringify(this.menuList))
 			this.show = true;
 			this.$emit('showDialogFn',item);