行业报告上方三个按钮的列表展示
This commit is contained in:
@@ -33,7 +33,10 @@
|
||||
methods: {
|
||||
// 获取认证厂家列表
|
||||
getCertifiedCj() {
|
||||
this.$apiServe.getCertifiedCj().then(res => {
|
||||
this.$apiServe.getCertifiedCj({
|
||||
pageSize: 2,
|
||||
pageNum: 1
|
||||
}).then(res => {
|
||||
// console.log('认证厂家', res.data.data)
|
||||
this.cjsList = res.data.data
|
||||
}).finally(_ => {})
|
||||
|
||||
Reference in New Issue
Block a user