fix:原料入库检验时导入报错提示展示返回信息

This commit is contained in:
shijing 2026-03-02 15:16:12 +08:00
parent 3e9fc7f2c8
commit 33a45de918
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ export default {
this.$refs.table.queryData(this.query);
}).catch((err) => {
loading.close();
this.$message.error("导入失败,请重新尝试");
this.$message.error(err.msg);
});
},
//