修复远程验证bug
This commit is contained in:
parent
c1914f9666
commit
89d80be672
@ -254,7 +254,7 @@ const rules = ref<FormRules>({
|
|||||||
@:}
|
@:}
|
||||||
@:let param = {
|
@:let param = {
|
||||||
@:fieldName: value,
|
@:fieldName: value,
|
||||||
@:oldFieldName: ruleForm.old@(RemoteField)
|
@:oldFieldName: state.ruleForm.old@(RemoteField)
|
||||||
@:};
|
@:};
|
||||||
@:exists@(RemoteField)(param).then((res) => {
|
@:exists@(RemoteField)(param).then((res) => {
|
||||||
@:if (res.data.result) {
|
@:if (res.data.result) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user