作者 xudada

页面跳转值不更新BUG修复

... ... @@ -368,7 +368,7 @@
return e.replace(/[^a-zA-Z0-9.-]/g,'').toUpperCase();
}
},
mounted(){
activated(){
this.defaultData();
}
}
... ...
... ... @@ -292,7 +292,7 @@
return e.replace(/[^a-zA-Z0-9.-]/g,'').toUpperCase();
}
},
mounted(){
activated(){
this.defaultData();
}
}
... ...
... ... @@ -865,7 +865,7 @@ background-color: white;
return uuid;
},
},
mounted(){
activated(){
this.defaultData();
//this.transList();
// this.getCreden();
... ...
... ... @@ -167,7 +167,7 @@
return e.replace(/[^a-zA-Z0-9.-]/g,'').toUpperCase();
}
},
mounted(){
activated(){
this.defaultData();
}
}
... ...
... ... @@ -265,7 +265,7 @@
return e.replace(/[^a-zA-Z0-9.-]/g,'').toUpperCase();
}
},
mounted(){
activated(){
this.defaultData();
}
}
... ...
... ... @@ -240,7 +240,7 @@
return e.replace(/[^a-zA-Z0-9.-]/g,'').toUpperCase();
}
},
mounted(){
activated(){
this.defaultData();
}
}
... ...
... ... @@ -264,7 +264,7 @@
return e.replace(/[^a-zA-Z0-9.-]/g,'').toUpperCase();
}
},
mounted(){
activated(){
this.defaultData();
}
}
... ...
... ... @@ -505,7 +505,7 @@
}
},
//渲染方法
mounted(){
activated(){
this.defaultData();
}
}
... ...
... ... @@ -304,7 +304,7 @@
},
},
mounted(){
activated(){
this.defaultData();
}
}
... ...
... ... @@ -137,7 +137,7 @@
return e.replace(/[^a-zA-Z0-9.-]/g,'').toUpperCase();
}
},
mounted(){
activated(){
this.defaultData();
}
}
... ...
... ... @@ -346,7 +346,7 @@
},
//渲染方法
mounted(){
activated(){
this.defaultData();
}
}
... ...
... ... @@ -325,7 +325,7 @@
}
},
mounted(){
activated(){
this.defaultData();
}
}
... ...