guarantee-lsq %!s(int64=2) %!d(string=hai) anos
pai
achega
f4d8433ac9
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/views/sb/info/modules/BaseFormMeasure.vue

+ 3 - 1
src/views/sb/info/modules/BaseFormMeasure.vue

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