Explorar el Código

产权交易字典值变化修改

newProperty
庞东旭 hace 1 año
padre
commit
ecf767fb76
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      static/js/project/bidding/biddingBigData.js

+ 1
- 1
static/js/project/bidding/biddingBigData.js Ver fichero

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

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



Cargando…
Cancelar
Guardar