526d9891 by zhen

fix资料列表删除无效的bug

1 parent cc8a2226
......@@ -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'
......
......@@ -392,7 +392,7 @@ export default {
if (this.idAndCode) {
// 修改模式添加此字段
formData.append('blackFile', blackFile.join())
formData.append('blankFile', blackFile.join())
}
formData.append('link', this.linkForm.link)
......
......@@ -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)"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!