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