资料中心
This commit is contained in:
@@ -426,14 +426,7 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.$http.get('fileMaterialCenter/file-material', this.dataCenterSearch, {
|
this.searchInfo()
|
||||||
_this: this
|
|
||||||
}, res => {
|
|
||||||
this.dataCenterTable = res.data.records
|
|
||||||
this.dataCenterSearch.total = res.data.total
|
|
||||||
}, e => {
|
|
||||||
console.log(e)
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user