Browse Source

Finish Hotfix-zh-306

howie 2 years ago
parent
commit
e8fe2d5fdf
1 changed files with 2 additions and 1 deletions
  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)
       })
     },