...
|
...
|
@@ -163,6 +163,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
},
|
|
|
edit: function () {
|
|
|
var SportType = Config.SportType;
|
|
|
console.log(SportType);
|
|
|
var EatType = Config.EatType;
|
|
|
var SeasonType = Config.SeasonType;
|
|
|
var BodyType = Config.BodyType;
|
...
|
...
|
|