|
|
@ -4366,7 +4366,6 @@ layui.config({ base: './ayq/modules/' }).define(["layer", 'flow', "laytpl", "ele
|
|
|
|
case 'checkbox-value':
|
|
|
|
case 'checkbox-value':
|
|
|
|
//找到 id=key 下的 option值
|
|
|
|
//找到 id=key 下的 option值
|
|
|
|
var _index = parseInt($(this).parent().parent().attr("data-index"));
|
|
|
|
var _index = parseInt($(this).parent().parent().attr("data-index"));
|
|
|
|
alert(_index);
|
|
|
|
|
|
|
|
if (_key === 'select-text' || _key === 'radio-text' || _key === 'checkbox-text') {
|
|
|
|
if (_key === 'select-text' || _key === 'radio-text' || _key === 'checkbox-text') {
|
|
|
|
_json.options[_index].text = $(this).val();
|
|
|
|
_json.options[_index].text = $(this).val();
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|