|
@@ -172,7 +172,8 @@ const getDict = () => {
|
|
|
}
|
|
|
});
|
|
|
};
|
|
|
-const getList = async () => {
|
|
|
+const getList = async (req) => {
|
|
|
+ sourceList.value.pagination = { ...sourceList.value.pagination, ...req };
|
|
|
loading.value = true;
|
|
|
proxy.post("/accountManagement/page", sourceList.value.pagination).then((res) => {
|
|
|
sourceList.value.data = res.rows;
|