fix:原料入库检验时导入报错提示展示返回信息
This commit is contained in:
parent
3e9fc7f2c8
commit
33a45de918
|
|
@ -598,7 +598,7 @@ export default {
|
|||
this.$refs.table.queryData(this.query);
|
||||
}).catch((err) => {
|
||||
loading.close();
|
||||
this.$message.error("导入失败,请重新尝试");
|
||||
this.$message.error(err.msg);
|
||||
});
|
||||
},
|
||||
//打签
|
||||
|
|
|
|||
Loading…
Reference in New Issue