@@ -276,7 +276,7 @@
min-height: 36px!important;
}
.el-select-dropdown__wrap{
- max-height: 140px;
+ max-height:130px;
@@ -383,9 +383,20 @@ var vm = new Vue({
})
},
+ // 日志统计
+ logAjax: function(source) {
+ $.ajax({
+ type:'POST',
+ url:'/front/portraitClassify?source=' + source,
+ success:function (res) {
+ console.log(res)
+ }
+ })
+ },
// 是否留资
isNeedSubmit: function(source, callback, dom) {
this.source = source
+ this.logAjax(source)
var _this = this
$.ajax({
type:'POST',