zhulizhen1111 4 năm trước cách đây
mục cha
commit
7a5071994b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/equipment/index.vue

+ 1 - 1
src/views/equipment/index.vue

@@ -236,7 +236,7 @@ export default {
             }
             queryPic({ getParams }).then(res => {
                 // console.log('附加数据', res)
-                this.fqPic = res.data
+                this.fqPic = res.data ? res.data : []
             })
         },
         init() {