|
@@ -357,7 +357,9 @@ export default {
|
|
}
|
|
}
|
|
console.log(params)
|
|
console.log(params)
|
|
importMeasureInStore(params).then(res => {
|
|
importMeasureInStore(params).then(res => {
|
|
- this.$message.success('检定完成!')
|
|
|
|
|
|
+ if (params.sbMeasureLogDTOList.length > 0) {
|
|
|
|
+ this.$message.success('检定完成!')
|
|
|
|
+ }
|
|
this.handleCancel()
|
|
this.handleCancel()
|
|
})
|
|
})
|
|
},
|
|
},
|