style:我的预约
Showing
2 changed files
with
2 additions
and
1 deletions
... | @@ -13,7 +13,7 @@ function SetServicesPath() { | ... | @@ -13,7 +13,7 @@ function SetServicesPath() { |
13 | //设置全局參數 | 13 | //设置全局參數 |
14 | var portal = | 14 | var portal = |
15 | { | 15 | { |
16 | 'api_url': "http://192.168.2.108:8000", //属性名用引号括起来,属性间由逗号隔开 | 16 | 'api_url': "http://192.168.2.59:8000", //属性名用引号括起来,属性间由逗号隔开 |
17 | 'name': 'myName', | 17 | 'name': 'myName', |
18 | "rootPath": GetRootPath() | 18 | "rootPath": GetRootPath() |
19 | }; | 19 | }; | ... | ... |
... | @@ -62,6 +62,7 @@ function _listDel(slsqBsm) { | ... | @@ -62,6 +62,7 @@ function _listDel(slsqBsm) { |
62 | success: function (result) {//返回数据根据结果进行相应的处理 | 62 | success: function (result) {//返回数据根据结果进行相应的处理 |
63 | if (result.code == 200) { | 63 | if (result.code == 200) { |
64 | layer.msg('操作成功!'); | 64 | layer.msg('操作成功!'); |
65 | _applyBusinessAJZTCount() | ||
65 | _applyBusinessRecord() | 66 | _applyBusinessRecord() |
66 | dataRendering(dataList.list) | 67 | dataRendering(dataList.list) |
67 | } | 68 | } | ... | ... |
-
Please register or sign in to post a comment