Sfoglia il codice sorgente

园区重点项目提交审核

lcmxs 1 anno fa
parent
commit
060d7757c4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/ARTICLE/index.vue

+ 1 - 1
src/views/ARTICLE/index.vue

@@ -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();