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 @@