This commit is contained in:
chenxf 2026-02-28 14:01:26 +08:00
parent 5210cf3e25
commit d0974d8366
1 changed files with 5 additions and 2 deletions

View File

@ -715,12 +715,15 @@ export default {
},
//
goToEntDetail(row) {
this.$router.push({ path: '/comprehensive/details', query: { pripid: row.pripId } })
this.$router.push({ path: '/comprehensive/details', query: { pripid: row.pripId }})
},
generateNoticeContent(scope) {
this.generatingContent = true
getForceDeregisterContent(
scope.formData
{
...scope.formData,
nextPerformerIds: [scope.formData.nextPerformerIds]
}
).then((data) => {
scope.formData[scope.field.prop] = data
this.generatingContent = false