Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fulixin
dsk-operate-sys-cscec
Commits
44d75fdc
Commit
44d75fdc
authored
Oct 30, 2023
by
tianhongyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商机详情 开标记录导入 地址处理
parent
82ae2341
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.js
dsk-operate-ui/src/utils/postMessageBridge/bridge/index.js
+1
-1
BidOpeningRecord.vue
.../views/project/projectList/component/BidOpeningRecord.vue
+1
-1
No files found.
dsk-operate-ui/src/utils/postMessageBridge/bridge/index.js
View file @
44d75fdc
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: thy
* @Author: thy
* @Date: 2023-10-26 14:56:41
* @Date: 2023-10-26 14:56:41
* @LastEditors: thy
* @LastEditors: thy
* @LastEditTime: 2023-10-
26 16:00:22
* @LastEditTime: 2023-10-
30 14:26:31
* @Description: file content
* @Description: file content
* @FilePath: \dsk-operate-ui\src\utils\postMessageBridge\bridge\index.js
* @FilePath: \dsk-operate-ui\src\utils\postMessageBridge\bridge\index.js
*/
*/
...
...
dsk-operate-ui/src/views/project/projectList/component/BidOpeningRecord.vue
View file @
44d75fdc
...
@@ -204,7 +204,7 @@ export default {
...
@@ -204,7 +204,7 @@ export default {
// 设置上传的请求头部
// 设置上传的请求头部
headers
:
{
Authorization
:
"Bearer "
+
getToken
()
},
headers
:
{
Authorization
:
"Bearer "
+
getToken
()
},
// 上传的地址
// 上传的地址
url
:
process
.
env
.
VUE_APP_BASE_API
+
`
${
process
.
env
.
NODE_
ENV
==
"production"
?
"business/open/tender/importData/"
:
"/business/open/tender/importData/"
}${
this
.
detailId
?
this
.
detailId
:
parseInt
(
this
.
$route
.
query
.
id
)}
`
,
url
:
process
.
env
.
VUE_APP_BASE_API
+
`
${
process
.
env
.
ENV
==
"production"
?
"business/open/tender/importData/"
:
"/business/open/tender/importData/"
}${
this
.
detailId
?
this
.
detailId
:
parseInt
(
this
.
$route
.
query
.
id
)}
`
,
// 展示上传结果
// 展示上传结果
showResult
:
false
,
showResult
:
false
,
// 模板下载地址
// 模板下载地址
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment