内容发布

This commit is contained in:
yanran200730
2022-03-18 13:47:30 +08:00
parent a93b78de4f
commit af65ba44ab
5 changed files with 294 additions and 32 deletions

View File

@@ -100,6 +100,7 @@
instance: Function,
dict: Object,
params: Object,
areaId: String,
moduleName: String
},
data () {
@@ -145,7 +146,7 @@
created () {
this.getModuleInfo()
this.getCateList()
this.form.areaId = this.user.info.areaId
this.form.areaId = this.areaId
this.disabledLevel = this.user.info.areaList.length
if (this.params && this.params.id) {
this.id = this.params.id
@@ -269,7 +270,7 @@
cancel (isRefresh) {
this.$emit('change', {
type: 'list',
type: 'List',
isRefresh: !!isRefresh
})
}