Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuzhen@situdata.com
/
yunxiao-admin-fe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
526d9891
authored
2020-11-06 19:08:57 +0800
by
zhen
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix资料列表删除无效的bug
1 parent
cc8a2226
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
.env.development
src/views/editProduct.vue
src/views/productInforManagement.vue
.env.development
View file @
526d989
...
...
@@ -3,5 +3,5 @@ ENV = 'development'
# base api
# VUE_APP_BASE_API = 'http://192.168.11.67:8096'
#
VUE_APP_BASE_API = 'http://192.168.10.89:8096'
VUE_APP_BASE_API = 'https://beta-salecloud-hengan.situdata.com'
VUE_APP_BASE_API = 'http://192.168.10.89:8096'
#
VUE_APP_BASE_API = 'https://beta-salecloud-hengan.situdata.com'
...
...
src/views/editProduct.vue
View file @
526d989
...
...
@@ -392,7 +392,7 @@ export default {
if
(
this
.
idAndCode
)
{
// 修改模式添加此字段
formData
.
append
(
'bla
c
kFile'
,
blackFile
.
join
())
formData
.
append
(
'bla
n
kFile'
,
blackFile
.
join
())
}
formData
.
append
(
'link'
,
this
.
linkForm
.
link
)
...
...
src/views/productInforManagement.vue
View file @
526d989
...
...
@@ -103,7 +103,7 @@
{{
transformTarget
(
riskTypes
,
scope
.
row
.
risk
).
label
}}
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"产品渠道"
>
<el-table-column
align=
"center"
label=
"产品渠道"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<div
v-for=
"item of transformChanel(scope.row.channel)"
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment