|
@@ -442,7 +442,12 @@ class PushContainer extends Component {
|
|
|
whichTemp(tab,name){
|
|
|
console.log('tan',tab)
|
|
|
if(tab!=2||!name){
|
|
|
- store.dispatch(initAdminItemList(1,true))
|
|
|
+ if(tab == 1 && name) {
|
|
|
+ this.templateSearch(name,1)
|
|
|
+ } else {
|
|
|
+ store.dispatch(initAdminItemList(1,true))
|
|
|
+ }
|
|
|
+
|
|
|
}else{
|
|
|
this.templateSearch(name,2)
|
|
|
}
|