lihongxiao 2 лет назад
Родитель
Сommit
95f1bdc01c
1 измененных файлов с 9 добавлено и 1 удалено
  1. 9 1
      src/http/moudules/task.js

+ 9 - 1
src/http/moudules/task.js

@@ -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({