tml 4 months ago
parent
commit
7eeffc4120

+ 3 - 11
nngkxxdp/src/main/resources/static/naxsb/floorone.html

@@ -1017,7 +1017,7 @@
                 wcbzh: 1,
                 hydjc: 1,
                 gcjsly: 1,
-                jkqqy:1,
+                jkqqy: 1,
                 windowNum: '',
                 currentIndex: 1,
                 dialogVisible: false,
@@ -1243,8 +1243,9 @@
             goConbtn(ImgType, id, type) {
                 if (!type) {
                     this.windowNum = '';
+                    this.btnName = '';
                 }
-                this.rzbmList =[]
+                this.rzbmList = []
                 var detailDivs = document.getElementsByClassName('detailDiv');
                 detailDivs[0].style.display = 'block'; // 强制显示元素
                 this.popupShow = true;
@@ -1263,15 +1264,6 @@
                 $('.popuppage').css('display', 'block')
                 $('.search').css('display', 'flex')
                 this.btnid = id;
-                var that = this;
-                // $.ajax({
-                //     url: conpath + "/handleBusiness/" + id,
-                //     type: "get",
-                //     dataType: "json",
-                //     success: function (data) {
-                //         var value = data.data;
-                //     }
-                // })
                 this.getItemList(1, id)
             },
             getPopuData(windowNum) {

+ 1 - 12
nngkxxdp/src/main/resources/static/naxsb/mobile/flooroneMobile.html

@@ -1421,6 +1421,7 @@
             goConbtn(ImgType, id, type) {
                 if (!type) {
                     this.windowNum = '';
+                    this.btnName = '';
                 }                
                 this.rzbmList =[];
                 var detailDivs = document.getElementsByClassName('detailDiv');
@@ -1442,18 +1443,6 @@
                 $('.search').css('display', 'flex')
                 this.btnid = id;
                 var that = this;
-                // $.ajax({
-                //     url: conpath + "/handleBusiness/" + id,
-                //     type: "get",
-                //     dataType: "json",
-                //     success: function (data) {
-                //         var value = data.data;
-                //         if (id != 9 & id != 3 & id != 5 & id != 8) {
-                //             that.btnName = that.windowNum + value.handleBusiness.handleName;
-                //         }
-                //         that.rzbmList = value.handleDepts;
-                //     }
-                // })
                 this.getItemList(1, id)
             },
             getPopuData(windowNum) {