فهرست منبع

商品管理导入图片调整

qymljy 1 هفته پیش
والد
کامیت
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,() => {