From b6809f71253a524d81c086ef1293acafdaba395e Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期二, 12 九月 2023 15:45:07 +0800
Subject: [PATCH] 修改前端页面

---
 src/components/page/invoice/invoiceForm.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/page/invoice/invoiceForm.vue b/src/components/page/invoice/invoiceForm.vue
index aa14c05..26536fc 100644
--- a/src/components/page/invoice/invoiceForm.vue
+++ b/src/components/page/invoice/invoiceForm.vue
@@ -106,7 +106,7 @@
             },
             getByCarNo() {
                 this.invoiceData = []
-                let url = this.$systemconfig.basePath + '/orderrecord/getByCarNo';
+                let url = this.$systemconfig.basePath + '/ffzf/orderrecord/getByCarNo';
                 let params = {
                     carNo: this.$route.query.carNo,
                     phone: this.$route.query.phone,
@@ -164,7 +164,7 @@
                     alert("璇疯嚦灏戦�夋嫨涓�椤�")
                 }else {
                     if(this.filedId.length == 1) {
-                        let url = this.$systemconfig.basePath + '/fileInfo/download/downloadPng';
+                        let url = this.$systemconfig.basePath + '/ffzf/fileInfo/download/downloadPng';
                         this.filedId.forEach(item => {
                             let param = {
                                     fileId : item
@@ -187,7 +187,7 @@
                         })
                     }else if(this.filedId.length > 1) {
                         let result =  this.filedId.join(",")
-                        let url = this.$systemconfig.basePath + '/fileInfo/download/downloadZips';
+                        let url = this.$systemconfig.basePath + '/ffzf/fileInfo/download/downloadZips';
                         let param = {
                             fileIds : result
                         }

--
Gitblit v1.9.1