|
@@ -1353,6 +1353,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
this.isInvestigate = true
|
|
this.isInvestigate = true
|
|
|
this.$axios.get('/supplier/getscenefilelist', {params}).then(res => {
|
|
this.$axios.get('/supplier/getscenefilelist', {params}).then(res => {
|
|
|
|
|
+ // TODO 文件已经仅只上传一张, 还需展示描述
|
|
|
this.scenefile = res.data.item
|
|
this.scenefile = res.data.item
|
|
|
if (this.scenefile && this.scenefile.FileUrl && this.scenefile != null) {
|
|
if (this.scenefile && this.scenefile.FileUrl && this.scenefile != null) {
|
|
|
this.scenefileurllist = this.scenefile.FileUrl.split('$')
|
|
this.scenefileurllist = this.scenefile.FileUrl.split('$')
|