From ec3ac491c26650bb1c287a64670f2229a25c07bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Wed, 28 Jun 2023 15:12:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=B8=AF=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- infoport/homestead.html | 4 ++-- infoport/property.html | 4 ++-- infoport/resourceNew.html | 4 ++-- infoport/static/js/project/homestead.js | 2 ++ infoport/static/js/project/property.js | 2 +- infoport/static/js/project/resourceNew.js | 2 +- 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/infoport/homestead.html b/infoport/homestead.html index c25fc7b..bd57f8a 100644 --- a/infoport/homestead.html +++ b/infoport/homestead.html @@ -41,9 +41,9 @@ {{/each}} - - + diff --git a/infoport/property.html b/infoport/property.html index 441d0a6..183971a 100644 --- a/infoport/property.html +++ b/infoport/property.html @@ -41,10 +41,10 @@ {{/each}} - - + diff --git a/infoport/resourceNew.html b/infoport/resourceNew.html index 7a463e0..e5b6973 100644 --- a/infoport/resourceNew.html +++ b/infoport/resourceNew.html @@ -41,9 +41,9 @@ {{/each}} - - + diff --git a/infoport/static/js/project/homestead.js b/infoport/static/js/project/homestead.js index 43629f3..3412520 100644 --- a/infoport/static/js/project/homestead.js +++ b/infoport/static/js/project/homestead.js @@ -189,6 +189,7 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function houseOwnership:1, pageNum: 1, pageSize: 10, + landStatus:$('#useTypeContent').val(), }, module.assetList , true); tools.doGet(treeselectSecond+'100', {}, module.useContent, true); } @@ -300,6 +301,7 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function houseOwnership:1, pageNum: 1, pageSize: 10, + landStatus:$('#useTypeContent').val(), }, module.assetList , true); tools.doGet(treeselectSecond+$('#treeselectSecondContent').val(), {}, module.useContent , true); //资产列表 diff --git a/infoport/static/js/project/property.js b/infoport/static/js/project/property.js index f8f9c84..7909359 100644 --- a/infoport/static/js/project/property.js +++ b/infoport/static/js/project/property.js @@ -188,7 +188,7 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function //资产列表 tools.doGet(assetList, { deptId: 100, - useType: '', + useType: '2', operationType: 1, translate_dict: 1, pageNum: 1, diff --git a/infoport/static/js/project/resourceNew.js b/infoport/static/js/project/resourceNew.js index 8338e1e..b3c0fca 100644 --- a/infoport/static/js/project/resourceNew.js +++ b/infoport/static/js/project/resourceNew.js @@ -187,7 +187,7 @@ define(['jquery', "template", "Tools", "paging", 'dateTime', 'swiper'], function // translate_dict: 1, pageNum: 1, pageSize: 10, - useType:'' + useType:'2' }, module.assetList , true); tools.doGet(treeselectSecond+'100', {}, module.useContent, true); }