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

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

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