|
|
@@ -119,6 +119,8 @@ export default {
|
|
|
this.$emit("success", {item:this.form,type:this.type,tagType:this.tagType});
|
|
|
}else if (this.tagType == 'stuAdmin-sidebar') {
|
|
|
this.$emit("success", {item:this.form,type:this.type,tagType:this.tagType});
|
|
|
+ }else if (this.tagType == "admin-school") {
|
|
|
+ this.$emit("success", {item:this.form,type:this.type,tagType:this.tagType});
|
|
|
}
|
|
|
},
|
|
|
async addUrlIcon(type = "menuIcon") {
|