Authored by 王涛

Merge branch 'master-v32-xwx' into 'master'

【禅道#410】订阅管理添加资源类型和业务类型无回显



See merge request !591
... ... @@ -926,7 +926,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common','sessions'], function
//回填数据
common.openWin("baseconfig/resourcetype/index", "选择资源类型",
{
//"resTypes": list,"showType":0
"resTypes": list,"showType":0
}, ["选择"], function () {
//找到选择的资源类型 并且订阅
var resourcetype = layui.resourcetype({"resTypes": list});
... ... @@ -942,7 +942,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common','sessions'], function
//回填数据
common.openWin("baseconfig/bustype/index", "选择业务类型",
{
//busIds: list
busIds: list
}, ["选择"], function () {
//找到选择的所有业务 并且订阅
var bustype = layui.bustype({"busIds": list});
... ...