提交 cbbc63b0 编写于 作者: tony001's avatar tony001

优化列表逻辑 --- fix1

上级 dbde0b42
...@@ -438,7 +438,7 @@ import CodeListService from "@/codelist/codelist-service"; ...@@ -438,7 +438,7 @@ import CodeListService from "@/codelist/codelist-service";
if (!Object.is(this.name, tag)) { if (!Object.is(this.name, tag)) {
return; return;
} }
if (Object.is(action,'load'))) { if (Object.is(action,'load')) {
this.curPage = 1; this.curPage = 1;
this.items = []; this.items = [];
this.load(data); this.load(data);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册