|
@@ -282,9 +282,6 @@ const getDict = () => {
|
|
|
const getList = async (req) => {
|
|
|
sourceList.value.pagination = { ...sourceList.value.pagination, ...req };
|
|
|
loading.value = true;
|
|
|
- if (!sourceList.value.pagination.refundStatusNew && sourceList.value.pagination.refundStatusNew !== 0) {
|
|
|
- sourceList.value.pagination.refundStatusNew = "0,10";
|
|
|
- }
|
|
|
proxy.post("/contract/page", sourceList.value.pagination).then((res) => {
|
|
|
sourceList.value.data = res.rows;
|
|
|
sourceList.value.pagination.total = res.total;
|