Explorar o código

推送详情改接口

yuhan hai 1 ano
pai
achega
5d5cebf2e0

+ 2 - 2
src/views/module_kzks/projectPushList/ProjectPushListList.vue

@@ -299,10 +299,10 @@
         console.log(record)
         this.detailData = record
         this.loading = true;
-        getAction('/projectCostHuiji/projectCostHuiji/list', {taskno: record.taskno}).then((res) => {
+        getAction('/projectPushList/projectPushList/pushDetails/'+record.taskno).then((res) => {
           console.log(res)
           if (res.success) {
-            this.projectData = res.result.pageList.records[0]
+            this.projectData = res.result
           }else{
             this.$message.warning(res.message)
           }