魏熙美 vor 6 Jahren
Ursprung
Commit
304729796f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      VUECODE/smart-property-manage/src/views/building/audit/index.vue

+ 1
- 1
VUECODE/smart-property-manage/src/views/building/audit/index.vue Datei anzeigen

@@ -174,7 +174,7 @@ export default {
174 174
     userVerifyAudit(verifyId, vstatus, isA) {
175 175
       this.fullscreen = true
176 176
       const loading = this.$loading({ fullscreen: this.fullscreen, background: 'rgba(0, 0, 0, 0.8)' })
177
-      if (isA === '1') {
177
+      if (isA === 1) {
178 178
         this.formInline.userVerifyId = verifyId
179 179
         this.formInline.verifyStatus = vstatus
180 180
       }