From b13a879c5e7496fbbf1b813a8d0bcc0aa1569fc1 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 31 Aug 2022 10:58:01 +0800
Subject: [PATCH] 接口修改

---
 src/views/farmplant/inventorylist.vue |    2 +-
 src/views/farmplant/salelist.vue      |    2 +-
 src/views/farmplant/processlist.vue   |    2 +-
 src/views/farmplant/retrievallist.vue |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/farmplant/inventorylist.vue b/src/views/farmplant/inventorylist.vue
index e9df192..c3b356b 100644
--- a/src/views/farmplant/inventorylist.vue
+++ b/src/views/farmplant/inventorylist.vue
@@ -65,7 +65,7 @@
                         hide: true,
                         display: true,
                         type: "select",
-                        dicUrl: 'api/strain/strain-tree',
+                        dicUrl: '/api/strain/strain-tree',
                         props: {
                             label: "strainName",
                             value: "id"
diff --git a/src/views/farmplant/processlist.vue b/src/views/farmplant/processlist.vue
index 6a576f3..095e90b 100644
--- a/src/views/farmplant/processlist.vue
+++ b/src/views/farmplant/processlist.vue
@@ -67,7 +67,7 @@
                         hide: true,
                         display: false,
                         type: "select",
-                        dicUrl: 'api/strain/strain-tree',
+                        dicUrl: '/api/strain/strain-tree',
                         props: {
                             label: "strainName",
                             value: "id"
diff --git a/src/views/farmplant/retrievallist.vue b/src/views/farmplant/retrievallist.vue
index a63f6f7..3f0d04a 100644
--- a/src/views/farmplant/retrievallist.vue
+++ b/src/views/farmplant/retrievallist.vue
@@ -65,7 +65,7 @@
                         hide: true,
                         display: true,
                         type: "select",
-                        dicUrl: 'api/strain/strain-tree',
+                        dicUrl: '/api/strain/strain-tree',
                         props: {
                             label: "strainName",
                             value: "id"
diff --git a/src/views/farmplant/salelist.vue b/src/views/farmplant/salelist.vue
index c24b3d6..bc3d4f3 100644
--- a/src/views/farmplant/salelist.vue
+++ b/src/views/farmplant/salelist.vue
@@ -65,7 +65,7 @@
                         hide: true,
                         display: false,
                         type: "select",
-                        dicUrl: 'api/strain/strain-tree',
+                        dicUrl: '/api/strain/strain-tree',
                         props: {
                             label: "strainName",
                             value: "id"

--
Gitblit v1.9.3