Browse Source

fix:库存查询修改

master
wangqi 2 months ago
parent
commit
6088a24c47
  1. 4
      .env.development
  2. 4
      .env.production
  3. 2
      components.d.ts
  4. 1
      src/pages/deviceStorage/components/data-filter.vue

4
.env.development

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
VITE_BASE_URL = 'http://192.168.1.3:48080'
VITE_SOCKET_SERVER = 'http://192.168.1.3:48080'
VITE_BASE_URL = 'http://192.168.1.3:48081'
VITE_SOCKET_SERVER = 'http://192.168.1.3:48081'

4
.env.production

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
VITE_BASE_URL = 'http://192.168.1.3:48080'
VITE_SOCKET_SERVER = 'http://192.168.1.3:48080'
VITE_BASE_URL = 'http://192.168.1.3:48081'
VITE_SOCKET_SERVER = 'http://192.168.1.3:48081'

2
components.d.ts vendored

@ -32,8 +32,6 @@ declare module 'vue' { @@ -32,8 +32,6 @@ declare module 'vue' {
ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ElDescriptions: typeof import('element-plus/es')['ElDescriptions']
ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElDrawer: typeof import('element-plus/es')['ElDrawer']

1
src/pages/deviceStorage/components/data-filter.vue

@ -184,6 +184,7 @@ function onReset() { @@ -184,6 +184,7 @@ function onReset() {
sn: false,
customerId: false,
}
onSearch()
}
onMounted(() => {

Loading…
Cancel
Save