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){