Browse Source

Merge branch 'uploadFile-alert810' of http://git.dgtis.com/qxp/suishenbang-oneportal into uploadFile-alert810

yanym 1 year ago
parent
commit
c92c22931b

+ 1 - 1
suishenbang-admin/src/main/resources/templates/system/alertConfiguration/add.html

@@ -216,7 +216,7 @@
 <script type="text/javascript">
     var prefix = ctx + "system/configuration"
     // var getCompanyListPrefix = "http://localhost:10001/wxportal-api/sysuser/searchOrg";
-    var getCompanyListPrefix = "http://suishenbang.nipponpaint.com.cn/wxportal-api/sysuser/searchOrg";
+    var getCompanyListPrefix = "http://suishenbangtest.nipponpaint.com.cn/wxportal-api/sysuser/searchOrg";
     var cropper;
     var photoUrl;
     var options = {

+ 1 - 1
suishenbang-admin/src/main/resources/templates/system/alertConfiguration/edit.html

@@ -94,7 +94,7 @@
     <script type="text/javascript">
         var prefix = ctx + "system/configuration";
         // var getCompanyListPrefix = "http://localhost:10001/wxportal-api/sysuser/searchOrg";
-        var getCompanyListPrefix = "http://suishenbang.nipponpaint.com.cn/wxportal-api/sysuser/searchOrg";
+        var getCompanyListPrefix = "http://suishenbangtest.nipponpaint.com.cn/wxportal-api/sysuser/searchOrg";
 
         $(document).ready(function () {
             var formArray = $('#form-configuration-edit').serializeArray();