Просмотр исходного кода

补助申请查询条件去掉草稿

临城职教中职
ndbs 2 лет назад
Родитель
Сommit
6304d1f408
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/StudentWork/Views/SW_Ask_Main/StudentIndex.js

+ 1
- 1
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"
});


Загрузка…
Отмена
Сохранить