Commit 8f24e9c4 by zhangmeng

store组件

parent 7813595d
......@@ -152,7 +152,7 @@ export default {
// 初始化左侧数据
initLeftList() {
this.leftLoading = true;
this.axios.get(baseUrl + '/api-plug/query-store-by-code-name-new?requestProject=gic-web&pageSize=999&currentPage=1&searchParams='+this.leftValue).then(res => {
this.axios.get(baseUrl + '/api-plug/query-store-by-code-name-new?requestProject=gic-web&pageSize=999&currentPage=1&searchParam='+this.leftValue).then(res => {
this.leftList = (res.data.result && res.data.result.result) || [];
this.leftTotal = (res.data.result && res.data.result.totalCount) || 0;
this.leftLoading = false;
......
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