bug
This commit is contained in:
		| @@ -101,7 +101,7 @@ export default { | ||||
|     // 删除 | ||||
|     delBtn(id) { | ||||
|       this.$confirm('确定删除该记录?').then(() => { | ||||
|         this.instance.post(`api/appmerchantinfo/deleteDiscount?ids=${id}`).then(res=>{ | ||||
|         this.instance.post(`api/appmerchantinfo/deleteDiscount?id=${id}`).then(res=>{ | ||||
|           if(res.code == 0) { | ||||
|             this.$message.success('删除成功!') | ||||
|             this.getList() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user