admin/src/views/business/labelsZhuanqu.vue
@@ -74,6 +74,7 @@ import TableLayout from '@/layouts/TableLayout' import Pagination from '@/components/common/Pagination' import OperaLabelsWindow from '@/components/business/OperaLabelsZhuanquWindow' import {updateStatusById} from "@/api/business/labels"; export default { name: 'Labels', extends: BaseTable, @@ -104,7 +105,7 @@ }, methods: { statusChange (row) { this.api.updateById({ id: row.id, status: row.status }) this.api.updateStatusById({ id: row.id, status: row.status }) .then(() => { this.$message.success('操作成功') })