Explorar o código

Finish Hotfix-zh-306

howie %!s(int64=2) %!d(string=hai) anos
pai
achega
e8fe2d5fdf
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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)
       })
     },