baichengfei 5 vuotta sitten
vanhempi
commit
150265d630

+ 1 - 0
src/dashoo.cn/frontend_web/src/components/oilsupplier/goodsinfo.vue

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