From 3d8bdfa2a0ec48a9cc7a2f581e94ef08861401d7 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期三, 13 九月 2023 11:52:54 +0800
Subject: [PATCH] 销售订单bug修复

---
 src/components/view/laboratoryManagement.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/view/laboratoryManagement.vue b/src/components/view/laboratoryManagement.vue
index 34b1576..5fb48be 100644
--- a/src/components/view/laboratoryManagement.vue
+++ b/src/components/view/laboratoryManagement.vue
@@ -555,7 +555,7 @@
     twoTreeApi() {
       this.$axios.get(this.$api.url.towTree,{
         params:{
-            type:this.equip
+            type:this.equip,
         }
       }).then(res => {
         // let list = res.data;

--
Gitblit v1.9.3