caseData = { lists:[] }; vm = new Vue({ el: '.hs-mt', data: caseData }); function getlist(pid,id){ $.ajax({ url: 'xxxxxxxxxxxxxx', type: 'post', dataType: 'json', data: {pid:pid,id:id}, beforeSend: function(){ }, }) .always(function(data) { if(data.s