this.$axios.post("http://localhost:8080/changeExamStatus?billID="+this.tableData[index].billID).then((response)=>{ if(response.data.code==1){ alert("第" + (index + 1) + "项申请单审核成功"); } })
发送请求时不能是https,不然会报错
标签:index,axios,springboot,billID,服务器发送,response From: https://www.cnblogs.com/qq2803572183/p/17841153.html