Browse Source

重点公司弹窗返回数据调整

master
juwei001 1 year ago
parent
commit
80db51200a
  1. 4
      src/views/next/dialog-module/zdyf-right/kyll/keyEnterprises.vue

4
src/views/next/dialog-module/zdyf-right/kyll/keyEnterprises.vue

@ -85,8 +85,8 @@ export default {
components: {}, components: {},
watch: {}, watch: {},
created () { created () {
seedCompanyList().then((res) => { seedCompanyList({ pageNo: 1, pages: 100 }).then((res) => {
this.list = res.data.list this.list = res.data
}) })
}, },
methods: { methods: {

Loading…
Cancel
Save