indicators_library.js 201 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 import request from "@/utils/request"; // 指标管理列表查询 export function indicatorsList(query) { return request({ url: "/targetBase/page", method: "post", data: query, }); }