<div 
										borderStyle="border-right:0px;border-top:0px;"
										style="height: auto;">
										<div property="columns">
											<div field="varCode" name="varCode" width="48%">
												变量名称
												<input property="editor"
													class="mini-textbox noborder-textbox" 
													vtype="maxLength:100" />
											</div>
											<div field="varName" name="varName" width="48%">
												变量
												<input property="editor"
													class="mini-textbox noborder-textbox"
													vtype="maxLength:100" />
											</div>
										</div>
									</div>

  

 

 

需要在getData前执行datagrid.commitEdit();

否则取到的都是undefined。

 

被这里坑了半天才发现。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-06
  • 2021-10-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2022-12-23
相关资源
相似解决方案