|
@@ -359,6 +359,8 @@ export default {
|
|
importMeasureInStore(params).then(res => {
|
|
importMeasureInStore(params).then(res => {
|
|
if (params.sbMeasureLogDTOList.length > 0) {
|
|
if (params.sbMeasureLogDTOList.length > 0) {
|
|
this.$message.success('检定完成!')
|
|
this.$message.success('检定完成!')
|
|
|
|
+ } else {
|
|
|
|
+ this.$message.error('数据不完整,检定失败!')
|
|
}
|
|
}
|
|
this.handleCancel()
|
|
this.handleCancel()
|
|
})
|
|
})
|