31157
This commit is contained in:
		| @@ -182,7 +182,7 @@ | |||||||
|       }, |       }, | ||||||
|  |  | ||||||
|       remove (id) { |       remove (id) { | ||||||
|         this.$confirm('确定删除该数据?').then(() => { |         this.$confirm('删除后,商品将不可恢复,是否继续?').then(() => { | ||||||
|           this.instance.post(`/app/appintegralmerchandise/delete?ids=${id}`).then(res => { |           this.instance.post(`/app/appintegralmerchandise/delete?ids=${id}`).then(res => { | ||||||
|             if (res.code == 0) { |             if (res.code == 0) { | ||||||
|               this.$message.success('删除成功!') |               this.$message.success('删除成功!') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user