lxf před 1 rokem
rodič
revize
5137cfe6c2

+ 0 - 3
src/views/salesMange/saleContract/contractSelect/index.vue

@@ -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;