Commit 9164f9dc authored by mengwenhao's avatar mengwenhao

fix:查询条件不回显

parent 7d3b8f10
...@@ -337,7 +337,6 @@ export default { ...@@ -337,7 +337,6 @@ export default {
this.enterpriseForm.audit_status = ""; this.enterpriseForm.audit_status = "";
this.enterpriseForm.data_from = null; this.enterpriseForm.data_from = null;
this.enterpriseForm.proxy_user_name = null; this.enterpriseForm.proxy_user_name = null;
window.localStorage.removeItem("queryForm");
this.getEnterpriseList(); this.getEnterpriseList();
}, },
...@@ -396,8 +395,6 @@ export default { ...@@ -396,8 +395,6 @@ export default {
// 查询列表 // 查询列表
queryMessage () { queryMessage () {
const queryString = JSON.stringify(this.enterpriseForm);
window.localStorage.setItem("queryForm", queryString);
this.getEnterpriseList(); // 加载数据 this.getEnterpriseList(); // 加载数据
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment