mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化疫情测评排序
This commit is contained in:
parent
6422a14b4d
commit
894c96c36f
@ -112,6 +112,7 @@
|
|||||||
item.radio = ''
|
item.radio = ''
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
that.titles = _data.data.sort(function(a,b){return a.seq - b.seq});
|
that.titles = _data.data.sort(function(a,b){return a.seq - b.seq});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user