From e8e71448b1c6f74f1da82e74519433ce1d704091 Mon Sep 17 00:00:00 2001 From: RogerWork Date: Sat, 14 Jun 2025 09:51:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90=E5=8E=86=E5=8F=B2=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/product/ProductHistory.vue | 65 ----------------------- src/store/index.js | 28 +++++----- src/views/product/index.vue | 62 +++++++++++++++++---- 3 files changed, 67 insertions(+), 88 deletions(-) delete mode 100644 src/components/product/ProductHistory.vue diff --git a/src/components/product/ProductHistory.vue b/src/components/product/ProductHistory.vue deleted file mode 100644 index 29c49b7..0000000 --- a/src/components/product/ProductHistory.vue +++ /dev/null @@ -1,65 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/store/index.js b/src/store/index.js index cc899b7..698d2da 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -87,24 +87,24 @@ const ecApiModule = { }, actions: {}, } - -const prdModule = { - namespaced: true, - state: { - history_dialog_show: false, - }, - getter: { - dialog_change: state => { - state.history_dialog_show = !state.history_dialog_show - return state.history_dialog_show - }, - }, -} +// +// const prdModule = { +// namespaced: true, +// state: { +// history_dialog_show: false, +// }, +// getter: { +// dialog_change: state => { +// state.history_dialog_show = !state.history_dialog_show +// return state.history_dialog_show +// }, +// }, +// } export default createStore({ modules: { updateModule, ecApiModule, - prdModule, + // prdModule, }, }) diff --git a/src/views/product/index.vue b/src/views/product/index.vue index 9fc4abe..25e3823 100644 --- a/src/views/product/index.vue +++ b/src/views/product/index.vue @@ -1,9 +1,7 @@