更新确认项目接入配置时,AE的信息没有保存
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-07-10 13:10:44 +08:00
parent 281d98f7e9
commit b3dfffe182
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ export default {
try {
let validate = await this.$refs.dicomConfigForm.validate()
if (!validate) return
if (this.Id) {
if (this.Id && !this.form.IsPACSConnect) {
this.form.Id = this.Id
}
this.form.TrialId = this.$route.query.trialId