From 80466217a0c6da5141206fac329dda8bc0811d3e Mon Sep 17 00:00:00 2001 From: yubaolee Date: Sat, 3 Jun 2017 01:03:23 +0800 Subject: [PATCH] routine update --- .../Areas/FlowManage/Views/FlowDesign/FlowNodeForm.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAuth.Mvc/Areas/FlowManage/Views/FlowDesign/FlowNodeForm.cshtml b/OpenAuth.Mvc/Areas/FlowManage/Views/FlowDesign/FlowNodeForm.cshtml index 93a30921..a25b7b76 100644 --- a/OpenAuth.Mvc/Areas/FlowManage/Views/FlowDesign/FlowNodeForm.cshtml +++ b/OpenAuth.Mvc/Areas/FlowManage/Views/FlowDesign/FlowNodeForm.cshtml @@ -42,8 +42,8 @@ //表单 $("#NodeFrm").ComboBox({ url: "../../FlowManage/FormDesign/GetAllListJson", - id: "frmmainid", - text: "frmname", + id: "value", + text: "text", description: "==请选择==", allowSearch: true });