From c8ec928e26cdf8efc51a576547ebcfbe3cb71f6d Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 16 三月 2023 16:28:24 +0800
Subject: [PATCH] 新增核价管理-上传询价后可进行下载功能
---
src/main/webapp/views/pri/pri_use.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/views/pri/pri_use.html b/src/main/webapp/views/pri/pri_use.html
index 302526b..de567cb 100644
--- a/src/main/webapp/views/pri/pri_use.html
+++ b/src/main/webapp/views/pri/pri_use.html
@@ -53,7 +53,7 @@
//淇敼
$.ajax({
type:"get",
- url: "/pri/" + getUrlParams('id') + "/auth",
+ url: baseUrl + "/pri/" + getUrlParams('id') + "/auth",
dataType:"json",
headers: {'token': localStorage.getItem('token')},
success:function(res) {
@@ -113,7 +113,7 @@
$("#save").on("click",() => {
//闇�瑕佸帇缂╂暟鎹啀涓婁紶
$.ajax({
- url: "/priOnline/add/auth",
+ url: baseUrl + "/priOnline/add/auth",
headers: {'token': localStorage.getItem('token')},
data: JSON.stringify({
title: getUrlParams('title'),
--
Gitblit v1.9.1