maxiaoshan před 3 roky
rodič
revize
650c90d328
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      src/front/front.go
  2. 1 1
      src/web/templates/index.html

+ 1 - 1
src/front/front.go

@@ -686,7 +686,7 @@ func pf(o map[string]interface{}) (bool, string) {
 	param["spidercompete"] = o["spidercompete"]
 	param["estimate"] = o["estimate"]
 	param["weight"] = o["weight"]
-
+	param["pendstate"] = o["pendstate"]
 	//qu.Debug("param---", param)
 	issave := spider.SaveSpider(o["code"].(string), param)
 	return issave, one["s_name"].(string)

+ 1 - 1
src/web/templates/index.html

@@ -160,7 +160,7 @@ $(function(){
               "url": "/js/dataTables.chinese.lang"
           },
 		"columnDefs": [
-			{ "orderable": false, "targets": [0,10] },
+			{ "orderable": false, "targets": [0,10,12] },
 			//更新节点
 			{"targets":[6], createdCell: function (cell, cellData, rowData, rowIndex, colIndex) {
 				  {{if gt (session "auth") 2}}