From 6304d1f4082de819e3d0a273882879007503e800 Mon Sep 17 00:00:00 2001 From: ndbs Date: Wed, 23 Mar 2022 17:01:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=8A=A9=E7=94=B3=E8=AF=B7=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=9D=A1=E4=BB=B6=E5=8E=BB=E6=8E=89=E8=8D=89=E7=A8=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/StudentWork/Views/SW_Ask_Main/StudentIndex.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Main/StudentIndex.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Main/StudentIndex.js index ec2cc3abc..3d4f06d31 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Main/StudentIndex.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Main/StudentIndex.js @@ -26,7 +26,7 @@ var bootstrap = function ($, learun) { url: top.$.rootUrl + '/StudentWork/SW_Ask_Type/GetAllTree?IsSetBatch=false&BatchTypeList=null' }); $('#StudentMainStatus').lrselect({ - data: [{ value: '0', text: '草稿' }, { value: '1', text: '审批中' }, { value: '2', text: '审批通过' }, { value: '3', text: '审批未通过' }], + data: [{ value: '1', text: '审批中' }, { value: '2', text: '审批通过' }, { value: '3', text: '审批未通过' }], value: "value", text: "text" });