浏览代码

URL修改

hy 7 年之前
父节点
当前提交
1e9b390e09
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/saas-web/app/view/document/product/FormController.js

+ 1 - 1
frontend/saas-web/app/view/document/product/FormController.js

@@ -71,7 +71,7 @@ Ext.define('saas.view.document.product.FormController', {
                 beforerender:function(f){
                 beforerender:function(f){
                     Ext.apply(f,{
                     Ext.apply(f,{
                         //数据接口
                         //数据接口
-                        dataUrl:'http://192.168.253.58:9480/warehouse/list',
+                        dataUrl:'/api/document/warehouse/list',
                         //放大镜赋值设置
                         //放大镜赋值设置
                         dbfinds:[{
                         dbfinds:[{
                             from:'wh_code',to:'pr_whcode'
                             from:'wh_code',to:'pr_whcode'