瀏覽代碼

商品管理导入图片调整

qymljy 6 天之前
父節點
當前提交
2eb66dce66
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/HDrpManagement/ProductMag/index.vue

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

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