草庐IT

Dependable

全部标签

php - 在 Yii 中使用下拉列表的 Ajax Dependable texfile 不起作用

[已解决::更新了代码]有一个下拉列表和一个文本字段。提交的文本将由Ajax以Yii形式填写每个下拉选择。我需要通过AjaxURL将参数传递给Controller​​。当我通过URL传递静态参数时它正在工作。但是获取不到动态参数。我的表单::labelEx($model,'pp_store');?>dropDownlist($model,'pp_store',CHtml::listData(Branchmaster::model()->findAll(),'cm_branch','cm_branch'));?>findAll(),'cm_branch','cm_branch');ech