提交 0bfedf82 编写于 作者: doc_wei's avatar doc_wei

资产选择多选场景修改

上级 43d42cba
......@@ -132,11 +132,9 @@ layui.config({
winui.window.msg("请选择资产", {icon: 2, time: 2000});
return false;
}
AjaxPostUtil.request({url: flowableBasePath + "queryAssetListByIds", params: {ids: selectedData.toString()}, type: 'json', method: "POST", callback: function (json) {
parent.adminAssistantUtil.checkAssetMation = [].concat(json.rows);
parent.layer.close(index);
parent.refreshCode = '0';
}});
parent.adminAssistantUtil.checkAssetMation = [].concat(selectedData);
parent.layer.close(index);
parent.refreshCode = '0';
});
form.render();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册