fix
This commit is contained in:
parent
5210cf3e25
commit
d0974d8366
|
|
@ -715,12 +715,15 @@ export default {
|
||||||
},
|
},
|
||||||
// 跳转到企业详情页
|
// 跳转到企业详情页
|
||||||
goToEntDetail(row) {
|
goToEntDetail(row) {
|
||||||
this.$router.push({ path: '/comprehensive/details', query: { pripid: row.pripId } })
|
this.$router.push({ path: '/comprehensive/details', query: { pripid: row.pripId }})
|
||||||
},
|
},
|
||||||
generateNoticeContent(scope) {
|
generateNoticeContent(scope) {
|
||||||
this.generatingContent = true
|
this.generatingContent = true
|
||||||
getForceDeregisterContent(
|
getForceDeregisterContent(
|
||||||
scope.formData
|
{
|
||||||
|
...scope.formData,
|
||||||
|
nextPerformerIds: [scope.formData.nextPerformerIds]
|
||||||
|
}
|
||||||
).then((data) => {
|
).then((data) => {
|
||||||
scope.formData[scope.field.prop] = data
|
scope.formData[scope.field.prop] = data
|
||||||
this.generatingContent = false
|
this.generatingContent = false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue