This commit is contained in:
yanran200730
2023-04-17 17:55:34 +08:00
parent 6f7903b9ce
commit e594478f16

View File

@@ -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' ? '启用' : '停用'}成功`)