|
|
@@ -293,9 +293,10 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function |
|
|
|
selectSecondChange = function(){ |
|
|
|
$('.page_s1').html(''); |
|
|
|
module.data.propertyList = ""; |
|
|
|
tools.doGet(resourceList, { |
|
|
|
tools.doGet(assetresourceList, { |
|
|
|
deptId: $('#treeselectSecondContent').val(), |
|
|
|
translate_dict: 1, |
|
|
|
useType:$('#useTypeContent').val(), |
|
|
|
pageNum: 1, |
|
|
|
pageSize: 10, |
|
|
|
}, module.assetList , true); |
|
|
@@ -317,9 +318,9 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function |
|
|
|
useTypeChange = function () { |
|
|
|
$('.page_s1').html(''); |
|
|
|
module.data.propertyList = ""; |
|
|
|
tools.doGet(resourceList, { |
|
|
|
tools.doGet(assetresourceList, { |
|
|
|
deptId: $('#treeselectSecondContent').val() == null ? 100 : $('#treeselectSecondContent').val(), |
|
|
|
dkzt:$('#useTypeContent').val(), |
|
|
|
useType:$('#useTypeContent').val(), |
|
|
|
translate_dict: 1, |
|
|
|
pageNum: 1, |
|
|
|
pageSize: 10, |
|
|
@@ -327,8 +328,9 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function |
|
|
|
} |
|
|
|
|
|
|
|
turnThePage = function (pageNum) { |
|
|
|
tools.doGet(resourceList, { |
|
|
|
tools.doGet(assetresourceList, { |
|
|
|
deptId: $('#treeselectSecondContent').val() == null ? 100 : $('#treeselectSecondContent').val(), |
|
|
|
useType:$('#useTypeContent').val(), |
|
|
|
translate_dict: 1, |
|
|
|
pageNum: pageNum, |
|
|
|
pageSize: 10, |
|
|
|