改造广播设备管理
This commit is contained in:
@@ -49,9 +49,7 @@ export default {
|
||||
props: {
|
||||
dict: Object,
|
||||
instance: Function,
|
||||
params: Object,
|
||||
},
|
||||
|
||||
data() {
|
||||
return {
|
||||
isAdd: false,
|
||||
@@ -113,17 +111,13 @@ export default {
|
||||
locate: false
|
||||
}
|
||||
},
|
||||
|
||||
computed: {
|
||||
...mapState(['user']),
|
||||
},
|
||||
|
||||
created() {
|
||||
this.dict.load('dlbDevStatus', 'yesOrNo').then(() => {
|
||||
this.getList()
|
||||
})
|
||||
this.getList()
|
||||
this.dict.load('dlbDevStatus', 'yesOrNo')
|
||||
},
|
||||
|
||||
methods: {
|
||||
bind(item) {
|
||||
this.areaId = ''
|
||||
@@ -186,13 +180,7 @@ export default {
|
||||
},
|
||||
|
||||
toTaskList(id) {
|
||||
this.$emit('change', {
|
||||
type: 'taskList',
|
||||
params: {
|
||||
id: id || '',
|
||||
// areaId: this.areaId,
|
||||
},
|
||||
})
|
||||
this.$router.push({hash: "#taskList", query: {id}})
|
||||
},
|
||||
update() {
|
||||
this.btnLoading = true
|
||||
|
||||
Reference in New Issue
Block a user