Commit 370598f1 authored by 赵啸非's avatar 赵啸非

修改平台获取方式为缓存方式

parent e38a012a
......@@ -153,7 +153,7 @@
<el-form-item>
<el-button
type="primary" class="addclass"
type="primary" class="addclass"
icon="el-icon-search"
@click="onSubmit"
title="查询"
......@@ -278,7 +278,7 @@ export default {
path: path,
query: Object.assign({}, query, data),
});
this.decodetwo(this.form)
//this.decodetwo(this.form)
},
// 解析url字符串,去除query字段
encode(data, formTemp) {
......
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