gaoluyang
2026-05-21 a2c33664f683aee11fdc62391c8d1e21cc74f5b2
src/views/energyManagement/energyArea/index.vue
@@ -281,7 +281,7 @@
    form.value.areaName = data.areaName;
  }
};
// 打开尺寸弹框
// 打开规格型号弹框
const openModelDia = (type, data,fatherId) => {
  modelOperationType.value = type;
  modelDia.value = true;
@@ -356,7 +356,7 @@
  getModelList(true);
};
// 提交尺寸修改
// 提交规格型号修改
const submitModelForm = () => {
  proxy.$refs.modelFormRef.validate((valid) => {
    if (valid) {
@@ -380,7 +380,7 @@
  selectedRows.value = selection;
};
// 查询尺寸
// 查询规格型号
const pagination = (obj) => {
  page.current = obj.page;
  page.size = obj.limit;
@@ -406,7 +406,7 @@
    tableLoading.value = false;
  });
};
// 删除尺寸
// 删除规格型号
const handleDelete = () => {
  let ids = [];
  if (selectedRows.value.length > 0) {