From 26ebf71529e5ee4f70c4ad3ed52ea5e59c1b46e5 Mon Sep 17 00:00:00 2001 From: LSH Date: 星期一, 09 十月 2023 14:02:30 +0800 Subject: [PATCH] #核价相关 --- src/main/webapp/static/js/priQuote/priQuote.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/priQuote/priQuote.js b/src/main/webapp/static/js/priQuote/priQuote.js index 3fcfb10..2a2b58b 100644 --- a/src/main/webapp/static/js/priQuote/priQuote.js +++ b/src/main/webapp/static/js/priQuote/priQuote.js @@ -560,7 +560,7 @@ function getItemInfo(val) { $.ajax({ - url: baseUrl+"/priQuoteBudget/" + val + "/auth", + url: baseUrl+"/priOnline2/" + val + "/auth", headers: {'token': localStorage.getItem('token')}, method: 'GET', traditional:true, -- Gitblit v1.9.1