You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
309 B

5 years ago
  1. import axios from '@/utils/request'
  2. import config from '@/common/config'
  3. let base=config.getSysBasePath();
  4. //普通查询 条件之间and关系
  5. export const selectshopLocationBySysDeptIdApi = params => { return axios.post(`${base}/mdp/mallm/shop/shopLocation/selectshopLocationBySysDeptId`, params); };