...
|
...
|
@@ -171,8 +171,9 @@ var Bll = { |
|
|
|
|
|
if(hint == "专题编辑") {
|
|
|
common.util.__ajax({
|
|
|
url:'/runManage/subjectManage/queryBaseProductPoolListById',
|
|
|
data:{id:item.productPoolId}
|
|
|
async:false,
|
|
|
url:'/runManage/subjectManage/queryBaseProductPoolListByName',
|
|
|
data:{idName:item.productPoolId}
|
|
|
},function(res) {
|
|
|
$("#select2-productPoolId-container").html(res.data[0].text);
|
|
|
},true);
|
...
|
...
|
|