shuishen
2021-12-21 0b9095227438cb35f5a8759aee8f3b32a732151c
src/pcviews/orgnav/rest.vue
@@ -3,7 +3,7 @@
 * @Name: 其他机构
 * @Date: 2021-11-15 10:02:12
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-12-15 14:44:30
 * @Last Modified time: 2021-12-21 15:13:31
 */
 <template>
    <div>
@@ -22,7 +22,7 @@
        }
    },
    created () {
        getList({ type: 2 }).then(res => {
        getList({ type: 5 }).then(res => {
            res.data.data.records.forEach(item => {
                this.list.push({
                    navTitle: item.mechanismname,
@@ -34,7 +34,10 @@
                    pitch: item.pitch,
                    roll: item.roll,
                    bgImg: item.tpurl,
                    QRImg: item.codeurl
                    QRImg: item.codeurl,
                    address: item.address,
                    telephone: item.telephone,
                    introduce: item.introduce
                })
            })
        })