diff --git a/src/scui.js b/src/scui.js index 11d82f03..99005705 100644 --- a/src/scui.js +++ b/src/scui.js @@ -42,6 +42,7 @@ import * as scIcons from './assets/icons' export default { install(app) { //挂载全局对象 + app.config.globalProperties.$INTERVAL = null; app.config.globalProperties.$CONFIG = config; app.config.globalProperties.$TOOL = tool; app.config.globalProperties.$HTTP = http; diff --git a/src/views/inm/good.vue b/src/views/inm/good.vue index 18e30477..e2feffce 100644 --- a/src/views/inm/good.vue +++ b/src/views/inm/good.vue @@ -132,11 +132,22 @@ + \ No newline at end of file diff --git a/src/views/wpm_gx/inm.vue b/src/views/wpm_gx/inm.vue index 0f002568..0e93bdd4 100644 --- a/src/views/wpm_gx/inm.vue +++ b/src/views/wpm_gx/inm.vue @@ -144,11 +144,11 @@ > + ref="showDrawer" + v-if="visibleDrawer" + :wm="wm" + @closed="visibleDrawer = false" + > +