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() {
|
handleConfirm() {
|
||||||
this.$refs["dicomConfigForm"].validate(async (valid) => {
|
this.$refs["dicomConfigForm"].validate(async (valid) => {
|
||||||
if (!valid) return;
|
if (!valid) return;
|
||||||
if (!this.form.IsTestOK)
|
if (!this.form.IsTestOK && this.form.IsPACSConnect)
|
||||||
return this.$message.warning(
|
return this.$message.warning(
|
||||||
this.$t("trials:dicomCfg:message:IsTestNo")
|
this.$t("trials:dicomCfg:message:IsTestNo")
|
||||||
);
|
);
|
||||||
|
@ -529,7 +529,7 @@ export default {
|
||||||
handleUpdate() {
|
handleUpdate() {
|
||||||
this.$refs["dicomConfigForm"].validate(async (valid) => {
|
this.$refs["dicomConfigForm"].validate(async (valid) => {
|
||||||
if (!valid) return;
|
if (!valid) return;
|
||||||
if (!this.form.IsTestOK)
|
if (!this.form.IsTestOK && this.form.IsPACSConnect)
|
||||||
return this.$message.warning(
|
return this.$message.warning(
|
||||||
this.$t("trials:dicomCfg:message:IsTestNo")
|
this.$t("trials:dicomCfg:message:IsTestNo")
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue