瀏覽代碼

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

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