Commit f15c624b by 无尘

fix: 修改分配

parent 900d940c
......@@ -3,7 +3,7 @@
* @Author : 无尘
* @Date : 2020-08-13 14:02:22
* @LastEditors: 无尘
* @LastEditTime: 2020-09-09 17:53:02
* @LastEditTime: 2020-09-16 15:13:04
* @FilePath : haoban-4\src\components\app\my-customer\store-list.vue
-->
<!--
......@@ -211,8 +211,8 @@ export default {
};
getStoreList( para)
.then(res => {
that.tableData = res.result.list || [];
that.total = res.result.total;
that.tableData = res.result.result || [];
that.total = res.result.totalCount;
})
.catch(function(error) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment