vue 前台传后台

var the = this;
let url = "/api/Purchase_Enter/CancelEnter"; let params = { Enter_Id: Enter_Id, isFullPlate: 1 }; let ref = the.$refs[this.dataListRef]; var callback = res => { the.common.showMsg(res); if (res.Result) { ref.loadData(); } }; the.common.ajax(url, params, callback, ref);

----------------------------------------------------

原文地址:https://www.cnblogs.com/lvqianqian/p/10273856.html