记得上下班打卡 | git大法好,push需谨慎

Commit 95aade38 authored by jiangxiulong's avatar jiangxiulong

Merge remote-tracking branch 'origin/jxl_1220_search' into pre

parents b67dfab2 9dc137f2
......@@ -80,7 +80,8 @@
couType: couType,
bindType: '1,4'
};
var jAjax = $.post;
var jAjax = $.get;
// var jAjax = (that.ajax.method === "post") ? $.post : $.get;
jAjax(that.ajax.url, params, function(data){
return that.render(data.rows);
});
......
......@@ -81,6 +81,7 @@
bindType: '1,4'
};
var jAjax = $.post;
// var jAjax = (that.ajax.method === "post") ? $.post : $.get;
jAjax(that.ajax.url, params, function(data){
return that.render(data.rows);
});
......
......@@ -42,10 +42,10 @@
<script th:src="@{/ruoyi/js/common.js?v=4.6.1}"></script>
<script th:src="@{/ruoyi/js/ry-ui.js?v=4.6.1}"></script>
<!--远程搜索下拉框-->
<script th:src="@{/js/remote-search-performance.js}"></script>
<!-- <script th:src="@{/js/remote-search-performance.js}"></script>-->
<!--远程搜索下拉框:积分抽奖配置使用-->
<script th:src="@{/js/remote-search-coupon-list.js}"></script>
<script th:src="@{/js/remote-search-coupon.js}"></script>
<!-- <script th:src="@{/js/remote-search-coupon-list.js}"></script>-->
<!-- <script th:src="@{/js/remote-search-coupon.js}"></script>-->
</div>
<!-- ztree树插件 -->
......
......@@ -530,6 +530,7 @@
<th:block th:include="include :: footer" />
<th:block th:include="include :: bootstrap-fileinput-js"/>
<script th:src="@{/js/remote-search-coupon.js}"></script>
<script th:inline="javascript">
......
......@@ -39,6 +39,7 @@
</div>
<th:block th:include="include :: footer"/>
<th:block th:include="include :: bootstrap-suggest-js"/>
<script th:src="@{/js/remote-search-performance.js}"></script>
<script th:inline="javascript">
var prefix = ctx + "kylin/performances/recommend";
......
......@@ -36,6 +36,7 @@
</div>
<th:block th:include="include :: footer"/>
<th:block th:include="include :: bootstrap-suggest-js"/>
<script th:src="@{/js/remote-search-performance.js}"></script>
<script th:inline="javascript">
var prefix = ctx + "kylin/performances/roadShow";
var roadShowId = '[[${roadShowId}]]'.replaceAll("\"", "");
......
......@@ -158,6 +158,8 @@
<th:block th:include="include :: footer"/>
<script th:src="@{/js/jquery.tmpl.js}"></script>
<!--远程搜索下拉框:积分抽奖配置使用-->
<script th:src="@{/js/remote-search-coupon-list.js}"></script>
<th:block th:include="include :: bootstrap-fileinput-js" />
<script type="text/javascript">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment