pacs修改默认查询
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-05-29 15:04:48 +08:00
parent 2613d25788
commit d73a525b2a
2 changed files with 2 additions and 2 deletions

View File

@ -411,7 +411,7 @@ export default {
},
},
created() {
this.getAEList()
// this.getAEList()
},
methods: {
pacsDicomAEIdChange(val, f = false) {

View File

@ -446,7 +446,7 @@ export default {
this.trialList = res.Result
if (!this.trialList || this.trialList.length <= 0) return false
this.searchData.TrialId = this.trialList[0].TrialId
this.getAEList()
// this.getAEList()
}
} catch (err) {
console.log(err)