资料中心

This commit is contained in:
yanyizhou
2021-12-20 10:10:59 +08:00
parent 9569715d4b
commit ddba77a8fb
@@ -426,14 +426,7 @@ export default {
},
},
mounted() {
this.$http.get('fileMaterialCenter/file-material', this.dataCenterSearch, {
_this: this
}, res => {
this.dataCenterTable = res.data.records
this.dataCenterSearch.total = res.data.total
}, e => {
console.log(e)
})
this.searchInfo()
}
}
</script>