pacs修改默认查询
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2613d25788
commit
d73a525b2a
|
@ -411,7 +411,7 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.getAEList()
|
// this.getAEList()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
pacsDicomAEIdChange(val, f = false) {
|
pacsDicomAEIdChange(val, f = false) {
|
||||||
|
|
|
@ -446,7 +446,7 @@ export default {
|
||||||
this.trialList = res.Result
|
this.trialList = res.Result
|
||||||
if (!this.trialList || this.trialList.length <= 0) return false
|
if (!this.trialList || this.trialList.length <= 0) return false
|
||||||
this.searchData.TrialId = this.trialList[0].TrialId
|
this.searchData.TrialId = this.trialList[0].TrialId
|
||||||
this.getAEList()
|
// this.getAEList()
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.log(err)
|
console.log(err)
|
||||||
|
|
Loading…
Reference in New Issue