需要使用vue把從後台獲取的資料迴圈渲染到頁面
var vm = new vue(,
methods: ,
plotclick: function(index) ,
if (userid == "" || userid == null || userid == undefined)
$.ajax(,
headers: ,
datatype: 'json', //伺服器返回json格式資料
type: 'post', //http請求型別
success: function(data) , 2000);
} else
},error: function(xhr, type, errorthrown)
});}}]
})}
}});
ajax
$.ajax(),
headers: ,
datatype: 'json', //伺服器返回json格式資料
type: 'post', //http請求型別
success: function(data) ,
error: function(xhr, type, errorthrown)
});//頁面載入就獲取資料
迴圈渲染到頁面 element ui 爬坑之旅
上圖 標記1model裡面的值,必須和標記2裡面的值一致,否則會報錯。2 在ie裡面,el date picker預設值設定時只支援時間格式為 2018 3 12 15 41 20 不支援類似於 選中狀態的顏色 useindextable.current row 滑過行的顏色 2 表頭固定,並且高度...
Vue elementui爬坑之旅
我需要獲取select的label值而不是value值,使用ref無法實現 解決方法 select 使用ele的change方法 相當於得到index然後去遍歷interview.state name,匹配上即可得到,getstatuslabel value obj this.interview.s...
django爬坑之旅之urls的配置
菜鳥一枚,開始爬坑啦。在django下面有個urls的配置,裡面是設定訪問的url,格式如下 from django.conf.urls import url from django.contrib import admin from sign import views urlpatterns ur...