加载效果
This commit is contained in:
@@ -76,6 +76,12 @@ export default {
|
||||
],
|
||||
}
|
||||
},
|
||||
created() {
|
||||
if(this.params.id) {
|
||||
this.getDetail()
|
||||
}
|
||||
|
||||
},
|
||||
methods: {
|
||||
cancel(isRefresh) {
|
||||
this.$emit('change', {
|
||||
@@ -83,6 +89,12 @@ export default {
|
||||
isRefresh: !!isRefresh,
|
||||
})
|
||||
},
|
||||
getDetail() {
|
||||
this.instance.post(`/app/appzyvideobroadcast/queryDetailById?id=${this.params.id}`).then((res) => {
|
||||
console.log(res);
|
||||
})
|
||||
},
|
||||
getList() {},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user