From bebc625c00b8418895a71cabe1b76ebb16f6ecae Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期二, 01 十一月 2022 22:18:56 +0800
Subject: [PATCH] 违章统计

---
 src/views/operate/rectification/taskList/index.vue |   44 +++++++++++++++++++++++++++++++++++---------
 1 files changed, 35 insertions(+), 9 deletions(-)

diff --git a/src/views/operate/rectification/taskList/index.vue b/src/views/operate/rectification/taskList/index.vue
index 2861eba..bc326e6 100644
--- a/src/views/operate/rectification/taskList/index.vue
+++ b/src/views/operate/rectification/taskList/index.vue
@@ -112,15 +112,41 @@
     methods: {
         // 鑾峰彇鎺ュ彛鍒楄〃
         getUserList() {
-            const that = this;
-            // const { currentPage, pageSize, search } = this;
-            this.dialogCreate = false;
-            this.$axios.get("sccg/system/portal/thirdApp/search").then(res => {
-                const { code, data } = res;
-                if (code == 200) {
-                    this.tableData = data;
-                }
-            })
+            // const that = this;
+            // // const { currentPage, pageSize, search } = this;
+            // this.dialogCreate = false;
+            // this.$axios.get("/sccg/task/list").then(res => {
+            //     const { code, data } = res;
+            //     if (code == 200) {
+            //         this.tableData = data;
+            //     }
+            // })
+
+            // let arr = [];
+            // const { currentPage, pageSize,context,messageStatus,messageKind } = this;
+            // await this.$axios({
+            //     method: 'post',
+            //     url: '/sccg/task/list',
+            //     data: {
+            //         body: "",
+            //         channelCode: messageKind === '00' ?'':messageKind,
+            //         createUser: '',
+            //         current: currentPage,
+            //         head: context,
+            //         messageType: "",
+            //         pageSize: pageSize,
+            //         randomCode: "",
+            //         remark: "",
+            //         sendTime: "",
+            //         status: messageStatus === 2 ? '':messageStatus,
+            //         targetFrom: "",
+            //         targetTo: ""
+            //     }
+            // })
+            //     .then(res => {
+            //         this.tableData = res.data;
+            //     })
+            // return arr;
         },
         // 璁剧疆琛ㄦ牸鏂戦┈绾�
         tableRowClassName({ row, rowIndex }) {

--
Gitblit v1.8.0