guarantee-lsq hace 2 años
padre
commit
d91290a9a1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/views/sb/info/modules/BaseFormMeasure.vue

+ 2 - 0
src/views/sb/info/modules/BaseFormMeasure.vue

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