魏熙美 6 년 전
부모
커밋
304729796f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 파일 보기

@@ -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
       }