Authored by xwx

通知查询-【无】-下拉框清空按钮失效

... ... @@ -224,7 +224,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'xmSelect
},
data: busTypeList,
on: function (data) {
if (data.isAdd) {
if (data.arr && data.arr.length > 0) {
busId = data.arr[0].busId;
} else {
busId = '';
... ... @@ -284,7 +284,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'xmSelect
height: '170px',
data: resTypeList,
on: function (data) {
if (data.isAdd) {
if (data.arr && data.arr.length > 0) {
resType = data.arr[0].resTypeCode;
} else {
resType = '';
... ...