1  $.post('/manage.aa', function (response) {
 2         agentList = response.data;
 3     }, 'json');
 4     var categoryId;

5 $.get("/flow/flowDfne/queryFloRR.DD", {}, function (data) { 6 showCategory(data.data, 0); 7 if (categoryId != null && categoryId != undefined) { 8 $(".category").find("option[value=" + categoryId + "]").prop("selected", true); 9 } 10 form.render('select'); 11 }, "json");
//渲染下拉框

function showCategory(data, count) {
        }
});

form.render('select');
}

 

相关文章:

  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-30
猜你喜欢
  • 2021-11-15
  • 2021-05-20
  • 2021-08-30
  • 2021-11-23
  • 2021-11-23
  • 2021-10-03
相关资源
相似解决方案