소스 검색

面损列表-提交-信息不清空

jbb 2 년 전
부모
커밋
4fed3eb086
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/cost-allocation-total/modal/submitInformation.vue

+ 2 - 1
src/views/cost-allocation-total/modal/submitInformation.vue

@@ -40,10 +40,11 @@
         ok(){
           this.$emit('close',this.value,this.text)
           this.close()
+          this.value = ''
         },
         close(){
             this.submitInformationModVis = false
-            this.value = ''
+            // this.value = ''
         }
    },
   }