@@ -356,7 +356,7 @@ export default {
},
handleTask(row) {
row.status = 1;
- addARTICLE(row).then((response) => {
+ updateARTICLE(row).then((response) => {
if (response.code == 200) {
this.$modal.msgSuccess("提交审核成功");
this.getList();