Commit 315fc0a7 authored by “yiyousong”'s avatar “yiyousong”

pref:修改材料排序

parent 1f17f1ce
......@@ -387,9 +387,6 @@ export default {
this.rightCurrent -= 1;
this.getMaterialsList();
}
data = data.sort((a, b) => {
return a.sort - b.sort;
});
this.rightTotal = total;
this.rightTableData = data;
this.recommendCount = recommendCount;
......
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