bug
This commit is contained in:
		| @@ -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('操作成功!') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user