@@ -138,7 +138,7 @@ export default {
// 确认导入
handleSubmit () {
if (this.loadData.length == 0) {
- this.$message.warning('无可导入轮胎唯一码!')
+ this.$message.warning('无可导入数据!')
} else {
this.$emit('ok', this.loadData)
this.isShow = false