添加应用分类字典,增加定制方案应用概览

This commit is contained in:
aixianling
2022-07-13 10:48:15 +08:00
parent 031faeff50
commit 53bf46fac5
3 changed files with 67 additions and 42 deletions

View File

@@ -24,7 +24,7 @@ export default {
}
},
created() {
this.dict.load('yesOrNo','systemType')
this.dict.load('yesOrNo', 'systemType', 'appsCategory')
}
}
</script>