Browse Source

Finish Hotfix-zh-306

howie 2 năm trước cách đây
mục cha
commit
e8fe2d5fdf
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/views/supply/engin/components/home_form.vue

+ 2 - 1
src/views/supply/engin/components/home_form.vue

@@ -971,7 +971,8 @@ export default {
     // 获取家用销售类型列表
     getHomeTypeList() {
       getHomeTypeList().then(res => {
-        this.salesTypeList = res.data.records
+        this.salesTypeList = res.data
+        console.log(res.data)
       })
     },