var state = this.options.form.getWidgetByName("state").getValue();

var city = this.options.form.getWidgetByName("城市");

city.reset();

var man = this.options.form.getWidgetByName("客户");

man.reset();

if (state==2){ this.options.form.getWidgetByName("formSubmit0").fireEvent("click"); } else { }

相关文章:

  • 2022-12-23
  • 2021-12-26
  • 2021-07-23
  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-03-07
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
相关资源
相似解决方案