zxl
9 天以前 eece5b838b0fe29ea003c355b1228de4795d3873
src/api/projectEngineering/projectUnitRegistrationInfo.js
@@ -59,3 +59,11 @@
        data: params
    })
}
//
export function getUnitRegistrationInfoByName(data){
    return request({
      url: "/project/unitRegistrationInfo/getUnitRegistrationInfoByName",
      method:'POST',
      data: data
    })
}