695593266@qq.com 1 ماه پیش
والد
کامیت
29a1468d4b
2فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 3 1
      src/views/warehouseManagement/warehouseApplication/index.vue
  2. 1 1
      vue.config.js

+ 3 - 1
src/views/warehouseManagement/warehouseApplication/index.vue

@@ -219,7 +219,9 @@
           const res = storageApi.submitStoragejn({ id: row.id });
           if (res) {
             this.$message.success('操作成功!');
-            this.reload();
+            setTimeout(() => {
+              this.reload();
+            }, 1000);
           }
         });
       },

+ 1 - 1
vue.config.js

@@ -35,7 +35,7 @@ module.exports = {
         // target: 'http://124.71.68.31:50001',
         // target: 'http://192.168.1.132:18086',
         // target: 'http://192.168.1.105:18086', //开发
-        target: 'http://192.168.1.251:18086', //开发
+        // target: 'http://192.168.1.251:18086', //开发
         // target: 'http://192.168.1.251:18186', //测试
         // target: 'http://192.168.1.125:18086',