Commit 35e19f2f authored by forevertyler's avatar forevertyler

fix:返回样式错误

parent 555054e4
...@@ -137,7 +137,7 @@ export default { ...@@ -137,7 +137,7 @@ export default {
}; };
</script> </script>
<style rel="stylesheet/scss" lang="scss"> <style rel="stylesheet/scss" lang="scss" scoped>
@keyframes floatShadow { @keyframes floatShadow {
0% { 0% {
transform: translateX(280px); transform: translateX(280px);
......
...@@ -115,7 +115,7 @@ import { downloadFile } from '@/utils' ...@@ -115,7 +115,7 @@ import { downloadFile } from '@/utils'
import picApi from '@/api/picManage/pic' import picApi from '@/api/picManage/pic'
const searchParam = {// 默认搜索条件 const searchParam = {// 默认搜索条件
page: 1, page: 1,
count: 10, size: 10,
enterpriseId:5, enterpriseId:5,
type:8, type:8,
} }
...@@ -206,7 +206,13 @@ export default { ...@@ -206,7 +206,13 @@ export default {
}, },
methods: { methods: {
getData(){ getData(){
picApi.getkdFile(this.searchParam).then(response => { let form = {
enterpriseId:5,
page:1,
size:10,
type:8,
}
picApi.getkdFile(form).then(response => {
console.log(response) console.log(response)
}) })
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment