262
This commit is contained in:
		| @@ -140,7 +140,7 @@ | ||||
|       }, | ||||
|  | ||||
|       changeStatus (row) { | ||||
|         this.$confirm(`确定${row.status === '0' ? '启用' : '停用'}该商品?`).then(() => { | ||||
|         this.$confirm(`确定${row.status === '0' ? '启用' : '停用'}该商铺?`).then(() => { | ||||
|           this.instance.post(`/app/appintegralsupermarketshop/enable?id=${row.id}`).then(res => { | ||||
|             if (res.code == 0) { | ||||
|               this.$message.success(`${row.status === '0' ? '启用' : '停用'}成功`) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user