haoxuan
2024-04-19 3286b2af0a85f46644bc09cfb16171f4d399890d
src/api/common/standard.js
@@ -1,11 +1,11 @@
import request from "@/common/untils/request"
export function getCodeStandardList(data) {
  // return  axios.get(`/api/code/getCodeList`, {
  // return  axios.get(`/api-srm/code/getCodeList`, {
  //   params: data
  // })
  return request({
    url: "/api/code/getCodeList",
    url: "/api-srm/code/getCodeList",
    method: "get",
    params: data
  })
@@ -13,7 +13,7 @@
// 获取自动编码
export function getAutoCode(data) {
  return request({
    url: "/api/code/getAutoCode",
    url: "/api-srm/code/getAutoCode",
    method: "post",
    data
  })