diff --git a/src/views/collect/CollectOrderUpload.vue b/src/views/collect/CollectOrderUpload.vue
index ec0d094b..5b3bf51e 100644
--- a/src/views/collect/CollectOrderUpload.vue
+++ b/src/views/collect/CollectOrderUpload.vue
@@ -2,8 +2,19 @@
-
-
+
+
+
+
+
-
+
{
+ // // 处理返回的数据
+ // this.tableObj = re.data
+ // this.tableHeader = re.data.tableList
+ // this.queryList = re.data.queryList
+ // this.fromList = re.data.fromList
+ // this.getList()
+ //
+ // })
+ //
+ // }
+ // ,
+ mounted() {
this.filterQuery.tagStatus = this.tagStatus
this.filterQuery.uploadStatus = String(this.status)
if (this.status == 2) {
@@ -615,8 +640,7 @@ export default {
this.getList()
})
-
- }
+ },
}