Browse Source

商品管理导入图片调整

qymljy 7 tháng trước cách đây
mục cha
commit
2eb66dce66

+ 2 - 1
src/HDrpManagement/ProductMag/index.vue

@@ -329,7 +329,8 @@ export default {
         }
         }
       })
       })
       if (res.msg !== '成功') {
       if (res.msg !== '成功') {
-        this.errorUrl = res.data
+        this.errorUrl = res.msg
+        res.msg = this.$t('失败')
         console.log(this.errorUrl)
         console.log(this.errorUrl)
       }
       }
       this.tool.showMessage(res,() => {
       this.tool.showMessage(res,() => {