Ver código fonte

助学金审核-审核功能审核状态和查询条件审核状态不一致

临城职教中职
ndbs 2 anos atrás
pai
commit
2515d4b60c
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Scholarshipxj/FormAudit.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/Scholarshipxj/FormAudit.js Ver arquivo

@@ -16,7 +16,7 @@ var bootstrap = function ($, learun) {
}, },
bind: function () { bind: function () {
$('#State').lrselect({ $('#State').lrselect({
data: [{ text: "待审核", value: "0" }, { text: "同意", value: "1" }, { text: "不同意", value: "2" }],
data: [{ text: "待审核", value: "0" }, { text: "审核通过", value: "1" }, { text: "不通过", value: "2" }],
text: "text", text: "text",
value: "value" value: "value"
}) })


Carregando…
Cancelar
Salvar