-
+
+
+
添加用户故事
@@ -99,7 +99,7 @@ export default {
},
showAdd(dclass) {
if(dclass<4){
- this.$refs.menuList.showAdd();
+ this.$refs.menuList.showAdd(dclass);
}else if(dclass==='4'){
if(!this.linkProjectId && !this.xmProject){
this.$notify({position:'bottom-left',showClose:true,message:'请先选择一个项目',type:'warning'})