From a8cd3010f037e14cf0207fced9c7c0c4d6e8c547 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期二, 01 十一月 2022 17:50:25 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_ui
---
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