-
![]()
+
+
diff --git a/src/views/agriculture/germplasm/components/StandardJob/index.vue b/src/views/agriculture/germplasm/components/StandardJob/index.vue
index c585c74..ac4403b 100644
--- a/src/views/agriculture/germplasm/components/StandardJob/index.vue
+++ b/src/views/agriculture/germplasm/components/StandardJob/index.vue
@@ -150,7 +150,6 @@ export default {
this.loading = true;
listStandardJob(this.queryParams).then((response) => {
this.standardJobList = response.rows;
- console.log(777, this.standardJobList);
this.total = response.total;
this.loading = false;
});