diff --git a/src/views/tenant/main/serve/index.vue b/src/views/tenant/main/serve/index.vue
index b973fb1..fb139cb 100644
--- a/src/views/tenant/main/serve/index.vue
+++ b/src/views/tenant/main/serve/index.vue
@@ -238,12 +238,7 @@
@current-change="workCurrentChange"
>
-
-
- {{ row.missionDesc.length > 50 ? row.missionDesc.substring(0, 50) : row.missionDesc}}
-
+
{
- console.log(res)
- this.innerDrawer1 = true
- let _this = this;
const {records, current, size, total} = res.data.data
- _this.workData = records
- _this.innerDrawer1 = true
- _this.workPage = {
- pageSize: size,
- currentPage: current,
- total: total,
- }
+ this.innerDrawer1 = true
+ this.workData = records
+ this.workPage = {
+ pageSize: size,
+ currentPage: current,
+ total: total,
+ }
})
},
// 匹配政策