2023-12-15

This commit is contained in:
2023-12-15 18:03:25 +08:00
parent fc6090f1c0
commit ee5930441e
8 changed files with 295 additions and 190 deletions

View File

@@ -1,6 +1,14 @@
import request from '@/utils/request'
export default {
// 获取支行选择列表
bankSelect: function(data) {
return request({
url: '/lpkbank/listAll',
method: 'get'
});
},
// 获取提货点列表
storeListPage: function(data) {
@@ -42,6 +50,6 @@ export default {
});
},
}