Explorar o código

Merge remote-tracking branch 'origin/master'

hujingpei %!s(int64=4) %!d(string=hai) anos
pai
achega
61b03e2652
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      uis/views/customer/index.html

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

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