Commit 4ecfa244 by Kyle_Li

修复会员积分明细下拉不显示

parent 7e0766df
......@@ -352,7 +352,7 @@ export default {
if (res.data.errorCode === 0) {
res.data.result.dictList.forEach(ele => {
if (ele.dictCode == "1113") {
占位
// 占位
}
});
this.dictList = res.data.result.dictList;
......
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