update 核心模块-厂务-设备

This commit is contained in:
lb
2023-10-17 15:22:17 +08:00
parent 9be57ad750
commit fe7821cbd8
16 changed files with 44 additions and 48 deletions

View File

@@ -215,7 +215,7 @@ export default {
/** 根据产线获取设备 */
async getEquipmentList(id) {
const { data } = await this.$axios({
url: '/base/equipment/listByLine',
url: '/base/core-equipment/listByLine',
method: 'get',
params: { id },
});