From d76d191de3919127069c34ce4298f5188d2055fa Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 15 五月 2026 15:02:45 +0800
Subject: [PATCH] 天津宝东 1.代码更新
---
src/views/basicData/product/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/basicData/product/index.vue b/src/views/basicData/product/index.vue
index 3a0c561..4f2694b 100644
--- a/src/views/basicData/product/index.vue
+++ b/src/views/basicData/product/index.vue
@@ -411,7 +411,7 @@
form.value.productName =
type === "edit" && data ? data.productName : "";
};
- // 鎵撳紑瑙勬牸鍨嬪彿寮规
+ // 鎵撳紑灏哄寮规
const openModelDia = (type, data) => {
modelOperationType.value = type;
modelDia.value = true;
@@ -534,7 +534,7 @@
tableLoading.value = false;
});
};
- // 鍒犻櫎瑙勬牸鍨嬪彿
+ // 鍒犻櫎灏哄
const handleDelete = () => {
let ids = [];
if (selectedRows.value.length > 0) {
--
Gitblit v1.9.3