@@ -1121,7 +1121,15 @@ export const totalPinAmount = (data) => {
method: "post",
data
})
-
+}
+//省市区门店数据获取
+export const queryListByParentId = (type,value) => {
+ return axios({
+ url: `/dept/queryListByParentId/${type}/${value}`,
+ method: "get",
+ })
+
// 保险公司结算管理-车险
export const totalBxAmount = (data) => {
return axios({