whj 1 tahun lalu
induk
melakukan
2e1cd3ea7e
1 mengubah file dengan 5 tambahan dan 5 penghapusan
  1. 5 5
      src/views/sb/info/modules/AddLogForm.vue

+ 5 - 5
src/views/sb/info/modules/AddLogForm.vue

@@ -92,11 +92,11 @@ export default {
           this.confirmLoading = false
           this.$message.error(errors)
         }
-        if (this.sbMeasureLogCredential.length === 0) {
-          this.confirmLoading = false
-          this.$message.error('请上传文件')
-          return
-        }
+        // if (this.sbMeasureLogCredential.length === 0) {
+        //   this.confirmLoading = false
+        //   this.$message.error('请上传文件')
+        //   return
+        // }
         values.sbMeasureLogCredential = this.sbMeasureLogCredential
         console.log(values)
         updateLogBySbId(values).then(res => {