From 4a3b55d623ffbfa34e5c3ecbe7b9af2fcb36d24c Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 03 四月 2024 13:46:25 +0800
Subject: [PATCH] 费用项目基础资料:从弹窗打开时数据过滤没有数据问题解决
---
WebTM/views/home/console.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/WebTM/views/home/console.html b/WebTM/views/home/console.html
index 6f85351..d5a2b93 100644
--- a/WebTM/views/home/console.html
+++ b/WebTM/views/home/console.html
@@ -347,7 +347,8 @@
var $ = layui.$;
var element = layui.element;
var $ = layui.jquery;
-
+ //鐧诲綍骞冲彴(PC绔�佹墜鏈虹)
+ var HType = "PC";
//#region 椤甸潰鍒濆鍖�
set_ClearBill();
//#endregion
@@ -366,7 +367,7 @@
url: GetWEBURL() + "/Web/Xt_UserFastMenu_Init",
type: "GET",
async: false,
- data: { "HMakeName": sessionStorage["HUserName"] },
+ data: { "HMakeName": sessionStorage["HUserName"], "HType": HType },
success: function (data) {
console.log(data.data);
FastMenu(data.data);
--
Gitblit v1.9.1