diff --git a/project/qujing/app/AppReportAiWill/components/Detail.vue b/project/qujing/app/AppReportAiWill/components/Detail.vue index 596a9757..b4c59479 100644 --- a/project/qujing/app/AppReportAiWill/components/Detail.vue +++ b/project/qujing/app/AppReportAiWill/components/Detail.vue @@ -478,6 +478,7 @@ export default { this.forwardForm.girdId = this.gridInfo.id } this.forwardForm.girdName = this.gridInfo.girdName + this.forwardForm.girdCode = this.gridInfo.girdCode this.forwardForm.name = `${this.gridInfo.girdName}${this.gridInfo.name ? '-' + this.gridInfo.name : ''}` this.isShowUser = false },