This commit is contained in:
liuye
2024-01-05 11:32:25 +08:00
parent 8f6917b10f
commit d7e8fa64fd

View File

@@ -133,7 +133,7 @@ export default {
})
},
changeStatus(row) {
this.$confirm(`确定${row.status == 1 ? '用' : '用'}该关键词?`).then(() => {
this.$confirm(`确定${row.status == 1 ? '用' : '用'}该关键词?`).then(() => {
this.instance.post(`/app/appsessionarchiveaikeyword/enable?id=${row.id}`).then(res => {
if (res.code == 0) {
this.$message.success('操作成功!')