1、代码优化

2、bug修复
3、数据库优化
This commit is contained in:
张乐
2020-08-21 12:09:20 +08:00
parent 13f5d5348f
commit a02bd7eeda
61 changed files with 445 additions and 1077 deletions

View File

@@ -69,7 +69,7 @@
},
// 物流公司列表
getList () {
expressList({ page: 1, limit: 999, isShow:true }).then(async res => {
expressList({ page: 1, limit: 999, isShow:1 }).then(async res => {
this.express = res.list
})
},