Commit 9164f9dc authored by mengwenhao's avatar mengwenhao

fix:查询条件不回显

parent 7d3b8f10
......@@ -337,7 +337,6 @@ export default {
this.enterpriseForm.audit_status = "";
this.enterpriseForm.data_from = null;
this.enterpriseForm.proxy_user_name = null;
window.localStorage.removeItem("queryForm");
this.getEnterpriseList();
},
......@@ -396,8 +395,6 @@ export default {
// 查询列表
queryMessage () {
const queryString = JSON.stringify(this.enterpriseForm);
window.localStorage.setItem("queryForm", queryString);
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