浏览代码

Merge remote-tracking branch 'origin/master'

hujingpei 4 年之前
父节点
当前提交
61b03e2652
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      uis/views/customer/index.html

+ 1 - 1
uis/views/customer/index.html

@@ -151,7 +151,7 @@
                     var name = data[i].name;
                     var name = data[i].name;
                     source_node.append("<option value='" + pid + "'>" + name + "</option>");
                     source_node.append("<option value='" + pid + "'>" + name + "</option>");
                 }
                 }
-                form.val("component-form-element", editdata);
+                form.render('select', 'id_source');
             }
             }
         });
         });