Commit d446cccf by liuchenxi

Merge branch 'feature/12月迭代' into dev

parents 3a032b7c 4e42a819
......@@ -56,7 +56,7 @@ export default {
pageSize: this.tableData.pageSize,
pageNum: this.tableData.currentPage,
departId: this.departId,
accountEnterpriseDpartmentList: JSON.stringify(this.departList || [])
accountEnterpriseDpartmentList: (this.departList || []).toString()
};
const { result } = await getStoreList(para);
this.tableData.data = result.result || [];
......
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