提交 cb7e8baa 编写于 作者: KK's avatar KK

Revert "搜索表单打开是返回操作异常"

This reverts commit 7bcefe2a.
上级 7bcefe2a
...@@ -207,7 +207,6 @@ export default class AppRoundList extends Vue { ...@@ -207,7 +207,6 @@ export default class AppRoundList extends Vue {
* @memberof AppSearchHistory * @memberof AppSearchHistory
*/ */
public openSearchform() { public openSearchform() {
this.$store.commit('setSearchformStatus',true);
this.$emit("openSearchform"); this.$emit("openSearchform");
} }
......
...@@ -77,12 +77,3 @@ export const getThirdPartyName = (state: any) =>() => { ...@@ -77,12 +77,3 @@ export const getThirdPartyName = (state: any) =>() => {
export const getZIndex = (state: any) => () => { export const getZIndex = (state: any) => () => {
return state.zIndex; return state.zIndex;
} }
/**
* 获取搜索表单状态
*
* @param state
* @param val
*/
export const getSearchformStatus = (state: any) => {
return state.searchformStatus;
}
\ No newline at end of file
...@@ -292,13 +292,3 @@ export const setNavigationStyle = (state: any, val: any) => { ...@@ -292,13 +292,3 @@ export const setNavigationStyle = (state: any, val: any) => {
export const setPopupStatus = (state: any, val: any) => { export const setPopupStatus = (state: any, val: any) => {
state.popupStatus = val; state.popupStatus = val;
} }
/**
* 搜索表单状态
*
* @param state
* @param val
*/
export const setSearchformStatus = (state: any, val: any) => {
state.searchformStatus = val;
}
\ No newline at end of file
...@@ -18,5 +18,4 @@ export const rootstate: any = { ...@@ -18,5 +18,4 @@ export const rootstate: any = {
selectTextAlign:'', selectTextAlign:'',
selectNaviStyle:'', selectNaviStyle:'',
popupStatus:true, popupStatus:true,
searchformStatus:false
} }
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册