Explorar el Código

装集客项目更新

lijiangwei hace 4 años
padre
commit
ec9e3c615b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      uis/views/customer/again_dispatch.html

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

@@ -118,7 +118,7 @@
 
         form.on('submit(component-form-element)', function (data) {
             var submitData = data.field;
-            var url = '/order/' + id + '/dispatch_service/';
+            var url = '/customer/new_customer/' + id + '/again_dispatch/';
             admin.req({
                 url: url
                 , data: submitData