695593266@qq.com 1 mese fa
parent
commit
29a1468d4b

+ 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',