Explorar el Código

fix:剔除列表BUG修复

liziliang hace 1 mes
padre
commit
749090e1b8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/pro-operation/remove/index.vue

+ 1 - 0
src/views/pro-operation/remove/index.vue

@@ -222,6 +222,7 @@ const del = async (id) => {
 };
 const getPagination1 = async () => {
   const { data } = await getList1({
+    isOk: "all",
     type: "eliminate",
     pageNo: page.value,
     pageSize: limit.value,