Przeglądaj źródła

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

jbb 2 lat temu
rodzic
commit
4fed3eb086

+ 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 = ''
         }
    },
   }