浏览代码

装集客项目更新

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

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

@@ -141,7 +141,7 @@
         });
 
         admin.req({
-            url: '/customer/reportcustomer/dict/',
+            url: '/customer/dict/',
             done: function (res) {
                 var data = res.data.source;
                 console.log(res.data, "opoopopop")
@@ -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');
             }
         });