perf(测试跟踪): 功能用例自定义字段验证提示信息优化

--bug=1009922--user=郭雨琦
功能用例自定义字段验证提示信息优化
https://www.tapd.cn/55049933/bugtrace/bugs/view/115504993300100992232
This commit is contained in:
guoyuqi 2022-02-24 14:55:40 +08:00 committed by jianxing
parent 3d8e3158da
commit 66399935d2
1 changed files with 2 additions and 8 deletions

View File

@ -156,14 +156,6 @@
</el-dialog>
<el-dialog
:visible.sync="isValidate"
:destroy-on-close="true"
:title="$t('commons.prompt')"
>
<span>{{currentValidateName+$t('commons.cannot_be_null')}}</span>
</el-dialog>
<version-create-other-info-select @confirmOtherInfo="confirmOtherInfo" ref="selectPropDialog"></version-create-other-info-select>
</div>
</el-card>
@ -1024,6 +1016,8 @@ export default {
}
}
this.isValidate = true;
this.$warning(this.currentValidateName +this.$t('commons.cannot_be_null'));
this.currentValidateName = '';
return false;
}
});