Browse Source

feat:修改投诉举报同时修改问题信息

feature/tsjb-1.0
buaixuexideshitongxue 4 weeks ago
parent
commit
904111ed80
  1. 1
      src/views/data/ComplaintCollection.vue

1
src/views/data/ComplaintCollection.vue

@ -727,6 +727,7 @@ const handleUpdate = async (row) => {
maxExtensionDuration: r.maxExtensionDuration ?? null, maxExtensionDuration: r.maxExtensionDuration ?? null,
// //
approvalFlow: r.approvalFlow ?? '', approvalFlow: r.approvalFlow ?? '',
negativeId: r.negativeId ?? ''
}; };
updateShow.value = true updateShow.value = true
} }

Loading…
Cancel
Save