@@ -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")
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user