Просмотр исходного кода

修复抽盘选中地点的BUG。

YangZhiJie 2 лет назад
Родитель
Сommit
c61a392d5b
2 измененных файлов с 13 добавлено и 13 удалено
  1. 2 2
      src/components/customer/AssetInventoryRandomSearch.vue
  2. 11 11
      webpack.dev.js

+ 2 - 2
src/components/customer/AssetInventoryRandomSearch.vue

@@ -423,8 +423,8 @@ export default {
       checkedIds: [],
       whereClauseSource: {
         customerDataDimensions:[{
-          fieldName: 'organization.id',
-          dataDimensionTypeNo: '202201191700',
+          fieldName: 'client.id',
+          dataDimensionTypeNo: '202201191757',
           defaultDataDimensionTypeValueNo: '1',
         }],
       },

+ 11 - 11
webpack.dev.js

@@ -60,65 +60,65 @@ module.exports = WebpackMerge.merge(baseConfig, {
 
     proxy: {
       '/api': {
-        target: 'http://localhost:83/',
+        target: 'http://wuzhixin.vip:10023/',
         ws: false,
         changeOrigin: true,
         secure: true,
       },
       '/static': {
-        target: 'http://localhost:83/',
+        target: 'http://wuzhixin.vip:10023/',
         ws: false,
         changeOrigin: true,
         secure: true,
       },
       '/content': {
-        target: 'http://localhost:83/',
+        target: 'http://wuzhixin.vip:10023/',
         ws: false,
         changeOrigin: true,
         secure: true,
       },
       '/dashboard': {
-        target: 'http://localhost:83/',
+        target: 'http://wuzhixin.vip:10023/',
         ws: false,
         changeOrigin: true,
         secure: true,
       },
       '/mock': {
-        target: 'http://localhost:83/',
+        target: 'http://wuzhixin.vip:10023/',
         ws: false,
         changeOrigin: true,
         secure: true,
       },
       '/authApi': {
-        target: 'http://localhost:83/',
+        target: 'http://wuzhixin.vip:10023/',
         ws: false,
         changeOrigin: true,
         secure: true,
       },
       '/Dictionary': {
-        target: 'http://localhost:83/',
+        target: 'http://wuzhixin.vip:10023/',
         ws: false,
         changeOrigin: true,
         secure: true,
       },
       '/Files': {
-        target: 'http://localhost:83/',
+        target: 'http://wuzhixin.vip:10023/',
         ws: false,
         changeOrigin: true,
         secure: true,
       },
       '/WebSocket': {
-        target: 'http://localhost:83/',
+        target: 'http://wuzhixin.vip:10023/',
         ws: true,
         changeOrigin: true,
       },
       '/TrainVideo': {
-        target: 'http://localhost:83/',
+        target: 'http://wuzhixin.vip:10023/',
         ws: true,
         changeOrigin: true,
       },
       '/gateway-api': {
-        target: 'http://localhost:83/',
+        target: 'http://wuzhixin.vip:10023/',
         ws: true,
         changeOrigin: true,
         secure: true,