内容发布
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user