PACS配置确保连通性校验
continuous-integration/drone/push Build is pending
Details
continuous-integration/drone/push Build is pending
Details
parent
b0efb9066d
commit
f092d410b9
|
@ -516,7 +516,7 @@ export default {
|
|||
handleConfirm() {
|
||||
this.$refs["dicomConfigForm"].validate(async (valid) => {
|
||||
if (!valid) return;
|
||||
if (!this.form.IsTestOK)
|
||||
if (!this.form.IsTestOK && this.form.IsPACSConnect)
|
||||
return this.$message.warning(
|
||||
this.$t("trials:dicomCfg:message:IsTestNo")
|
||||
);
|
||||
|
@ -529,7 +529,7 @@ export default {
|
|||
handleUpdate() {
|
||||
this.$refs["dicomConfigForm"].validate(async (valid) => {
|
||||
if (!valid) return;
|
||||
if (!this.form.IsTestOK)
|
||||
if (!this.form.IsTestOK && this.form.IsPACSConnect)
|
||||
return this.$message.warning(
|
||||
this.$t("trials:dicomCfg:message:IsTestNo")
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue