dedsudiyu 2 年 前
コミット
2c8b6f9087
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3 0
      src/views/comprehensive/laboratoryManagement/timingExhaustAir/index.vue

+ 3 - 0
src/views/comprehensive/laboratoryManagement/timingExhaustAir/index.vue

@@ -404,6 +404,9 @@
         this.$set(this,'addList',[]);
         this.$set(this,'reduceList',[]);
         this.$set(this,'primitiveList',[]);
+        this.$set(this,'inputNameText','');
+        this.$set(this,'inputName','');
+        this.$set(this,'inputType',false);
         getExhaustInfo(id).then( response => {
           for(let i=0;i<response.data.exhaustPeriodVoList.length;i++){
             if(response.data.exhaustPeriodVoList[i].customTime){