|
@@ -161,7 +161,7 @@ export default {
|
|
|
onConfirm={() => {
|
|
|
changeNewclassify({
|
|
|
goodsNewsCategoryId: row.goodsNewsCategoryId,
|
|
|
- status: row.status,
|
|
|
+ status: row.status ? 0 : 1,
|
|
|
}).then(res => {
|
|
|
this.$message({ type: 'success', message: `${row.status ? "关闭" : "开启"}成功!` })
|
|
|
this.$refs.pageRef.refreshList()
|