diff --git a/sgzb-ui/src/views/claimAndreturn/picking/apply/component/home.vue b/sgzb-ui/src/views/claimAndreturn/picking/apply/component/home.vue
index e5cfa0ec..c2c2b784 100644
--- a/sgzb-ui/src/views/claimAndreturn/picking/apply/component/home.vue
+++ b/sgzb-ui/src/views/claimAndreturn/picking/apply/component/home.vue
@@ -57,6 +57,24 @@
+
+
+
+
+
+
+
{
this.$set(v, 'applyFor', this.queryParams.applyFor)
this.$set(v, 'updateTimes', this.queryParams.updateTimes)
- this.$set(v, 'taskName', v.statusName)
+ if (!res.rows[0].directAuditRemark) {
+ this.$set(v, 'taskName', this.queryParams.taskName)
+ } else {
+ this.$set(v, 'taskName', v.statusName)
+ }
this.$set(v, 'createTime', this.queryParams.createTimes)
this.$set(v, 'updateTime', this.queryParams.updateTimes)
})