Browse Source

产权交易字典值变化修改

newProperty
庞东旭 1 year ago
parent
commit
ecf767fb76
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      static/js/project/bidding/biddingBigData.js

+ 1
- 1
static/js/project/bidding/biddingBigData.js View File

@@ -172,7 +172,7 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t


goDetail = function(id,type){ goDetail = function(id,type){
console.log(type) console.log(type)
var biddtype = type == '进行中'?'Y':'N';
var biddtype = type == '正在竞价'?'Y':'N';
tools.skip('biddingBigDataDetail.html?id='+id+'&type='+biddtype); tools.skip('biddingBigDataDetail.html?id='+id+'&type='+biddtype);
} }




Loading…
Cancel
Save