...
|
...
|
@@ -351,7 +351,7 @@ $(document).on('click', '.info-syncToGrass', function () { |
|
|
var item = g.rows[$(this).data("index")];
|
|
|
|
|
|
common.util.__ajax({
|
|
|
url: '/guang/article/operation',
|
|
|
url: '/guang/article/syncArticleToGrass',
|
|
|
data: {
|
|
|
id: item.id
|
|
|
}
|
...
|
...
|
@@ -371,7 +371,7 @@ $(document).on('click', '.info-toHomePage', function () { |
|
|
var item = g.rows[$(this).data("index")];
|
|
|
|
|
|
common.util.__ajax({
|
|
|
url: '/guang/article/syncArticleToGrass',
|
|
|
url: '/guang/article/operation',
|
|
|
data: {
|
|
|
id: item.id,
|
|
|
isToHomePage: 1
|
...
|
...
|
|