fix资料列表删除无效的bug
Showing
3 changed files
with
4 additions
and
4 deletions
... | @@ -3,5 +3,5 @@ ENV = 'development' | ... | @@ -3,5 +3,5 @@ ENV = 'development' |
3 | 3 | ||
4 | # base api | 4 | # base api |
5 | # VUE_APP_BASE_API = 'http://192.168.11.67:8096' | 5 | # VUE_APP_BASE_API = 'http://192.168.11.67:8096' |
6 | # VUE_APP_BASE_API = 'http://192.168.10.89:8096' | 6 | VUE_APP_BASE_API = 'http://192.168.10.89:8096' |
7 | VUE_APP_BASE_API = 'https://beta-salecloud-hengan.situdata.com' | 7 | # VUE_APP_BASE_API = 'https://beta-salecloud-hengan.situdata.com' | ... | ... |
... | @@ -392,7 +392,7 @@ export default { | ... | @@ -392,7 +392,7 @@ export default { |
392 | 392 | ||
393 | if (this.idAndCode) { | 393 | if (this.idAndCode) { |
394 | // 修改模式添加此字段 | 394 | // 修改模式添加此字段 |
395 | formData.append('blackFile', blackFile.join()) | 395 | formData.append('blankFile', blackFile.join()) |
396 | } | 396 | } |
397 | 397 | ||
398 | formData.append('link', this.linkForm.link) | 398 | formData.append('link', this.linkForm.link) | ... | ... |
... | @@ -103,7 +103,7 @@ | ... | @@ -103,7 +103,7 @@ |
103 | {{ transformTarget(riskTypes, scope.row.risk).label }} | 103 | {{ transformTarget(riskTypes, scope.row.risk).label }} |
104 | </template> | 104 | </template> |
105 | </el-table-column> | 105 | </el-table-column> |
106 | <el-table-column align="center" label="产品渠道"> | 106 | <el-table-column align="center" label="产品渠道" width="150"> |
107 | <template slot-scope="scope"> | 107 | <template slot-scope="scope"> |
108 | <div | 108 | <div |
109 | v-for="item of transformChanel(scope.row.channel)" | 109 | v-for="item of transformChanel(scope.row.channel)" | ... | ... |
-
Please register or sign in to post a comment