|
@@ -201,10 +201,6 @@ function getNewBids(pnum, size){
|
|
|
$(".pagination").hide();
|
|
|
$(".working").hide();
|
|
|
$(".hasNoData").show();
|
|
|
- $('#right-export').css({
|
|
|
- 'opacity': '0.5',
|
|
|
- 'cursor': 'not-allowed'
|
|
|
- })
|
|
|
// 隐藏页码
|
|
|
searchInnerVue.showPage = false
|
|
|
}
|
|
@@ -268,10 +264,6 @@ function getNewBiddings(num, size){
|
|
|
$(".pagination").hide();
|
|
|
$(".working").hide();
|
|
|
$(".hasNoData").show();
|
|
|
- $('#right-export').css({
|
|
|
- 'opacity': '0.5',
|
|
|
- 'cursor': 'not-allowed'
|
|
|
- })
|
|
|
// 隐藏页码
|
|
|
searchInnerVue.showPage = false
|
|
|
allCount = 0
|
|
@@ -896,10 +888,6 @@ function getVIPData(clickpaging){
|
|
|
}else{
|
|
|
$(".working").hide();
|
|
|
$(".hasNoData").show();
|
|
|
- $('#right-export').css({
|
|
|
- 'opacity': '0.5',
|
|
|
- 'cursor': 'not-allowed'
|
|
|
- })
|
|
|
// 隐藏页码
|
|
|
searchInnerVue.showPage = false
|
|
|
}
|
|
@@ -1365,10 +1353,6 @@ function pcAjaxReqCallBack(r){
|
|
|
$(".pagination").hide();
|
|
|
$(".working").hide();
|
|
|
$(".hasNoData").show();
|
|
|
- $('#right-export').css({
|
|
|
- 'opacity': '0.5',
|
|
|
- 'cursor': 'not-allowed'
|
|
|
- })
|
|
|
// 隐藏页码
|
|
|
searchInnerVue.showPage = false
|
|
|
submitflag=true;
|
|
@@ -1848,7 +1832,7 @@ function getEmployData () {
|
|
|
// 收录操作
|
|
|
$(document).on('click', '.icon-shoulu', function() {
|
|
|
const id = $(this).attr('dataid')
|
|
|
- const isChecked = $(this).hasClass('icon-a-Property1yishoulu')
|
|
|
+ const isChecked = $(this).hasClass('icon-a-Property1yishoulu')
|
|
|
const url = '/jyapi/crmApplication/employ/operate'
|
|
|
const params = {
|
|
|
idArr: id,
|