liyongli 4 сар өмнө
parent
commit
05fcb8a284

+ 1 - 0
src/views/ExaminePage.vue

@@ -165,6 +165,7 @@ const pages = reactive<Pages>({
   pageNum: 1,
   pageSize: 10,
   creativeId: undefined,
+  status: 0,
 })
 
 const tableData = ref<SourceMaterialList>([])