|
@@ -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) {
|