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