From c470661da7703335991b8f2a2bc40cf00d926eea Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期日, 23 六月 2024 23:44:59 +0800
Subject: [PATCH] bug修复

---
 src/components/do/b1-ins-order/add.vue |    1 +
 src/main.js                            |    3 +--
 index.html                             |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html
index 034e1fa..0c8e7c1 100644
--- a/index.html
+++ b/index.html
@@ -21,7 +21,7 @@
 	</head>
 	<body>
 		<div id="app"></div>
-		<!-- <script type='text/javascript' src='http://10.16.173.59:81/web-apps/apps/api/documents/api.js'></script> -->
+		<script type='text/javascript' src='http://10.16.173.59:81/web-apps/apps/api/documents/api.js'></script>
 		<script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/plugins/js/plugin.js"></script>
 		<script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/luckysheet.umd.js"></script>
 	</body>
diff --git a/src/components/do/b1-ins-order/add.vue b/src/components/do/b1-ins-order/add.vue
index 3e7dd5f..0e9813c 100644
--- a/src/components/do/b1-ins-order/add.vue
+++ b/src/components/do/b1-ins-order/add.vue
@@ -1206,6 +1206,7 @@
               a.model = a.model + ((a.modelNum == null || a.modelNum == '' || a.modelNum == 'null') ?
                 '' : (
                   '-' + a.modelNum))
+              a.insProduct = a.insProduct.filter(b=>b.state === 1)
               return a
             })),
             pairing: JSON.stringify(this.bsm2Val2)
diff --git a/src/main.js b/src/main.js
index 1325d46..4293cee 100644
--- a/src/main.js
+++ b/src/main.js
@@ -16,8 +16,7 @@
 // Vue.prototype.PROJECT = '瑁呭鐢电紗'
 //鏈湴
 Vue.prototype.LOCATIONVUE = "http://127.0.0.1:80";
-// const javaApi = 'http://127.0.0.1:8001';
-const javaApi = 'http://192.168.0.104:8001';
+const javaApi = 'http://127.0.0.1:8001';
 
 //浜�
 // Vue.prototype.LOCATIONVUE = "http://114.132.189.42:8080";

--
Gitblit v1.9.3