diff --git a/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_editDialog.vue.vm b/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_editDialog.vue.vm index 8221268c..85182b83 100644 --- a/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_editDialog.vue.vm +++ b/Admin.NET/Admin.NET.Web.Entry/wwwroot/template/web_views_editDialog.vue.vm @@ -254,7 +254,7 @@ const rules = ref({ @:} @:let param = { @:fieldName: value, - @:oldFieldName: ruleForm.old@(RemoteField) + @:oldFieldName: state.ruleForm.old@(RemoteField) @:}; @:exists@(RemoteField)(param).then((res) => { @:if (res.data.result) {