吉安感知网项目-前端
罗广辉
2026-06-06 5e2926edddb3e89f1aa3882290fec577246e5e2c
applications/task-work-order/src/api/zkxt/index.js
@@ -62,4 +62,12 @@
   })
}
// 获取字典下拉 task_inspection_type
export const getDictListApi = (str) => {
   return request({
      url: `/system/dict/data/type/${str}`,
      method: 'get',
   })
}