CD配唱片
2025-04-28 c6f469780eceaf924e53c8d5f2bb92aa7ecb3194
提交产能规划的气体字段改成气柜
已修改1个文件
4 ■■■■ 文件已修改
src/views/mainPlan/gasPlanning/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/gasPlanning/index.vue
@@ -500,7 +500,7 @@
}
async function getGasList(year, month) {
  const res = await listGasPlan({
    major: "气体",
    major: "气柜",
    year,
    month,
  });
@@ -607,7 +607,7 @@
  const res = await getGasPlanSave([
    {
      ...row,
      major: "气体",
      major: "气柜",
      year,
      month,
    },