From 95441c75615bd30ff473b27c9f57c561fd37fff3 Mon Sep 17 00:00:00 2001
From: mahuan@syspetro.com <mahuan@syspetro.com>
Date: 星期四, 19 五月 2022 14:21:20 +0800
Subject: [PATCH] 最新代码存档
---
GoldC/pages/problemList/problemList.js | 42 ++++++++++++++++++++++++++++++++++++++++++
1 files changed, 42 insertions(+), 0 deletions(-)
diff --git a/GoldC/pages/problemList/problemList.js b/GoldC/pages/problemList/problemList.js
index c5aeb7a..95820b7 100644
--- a/GoldC/pages/problemList/problemList.js
+++ b/GoldC/pages/problemList/problemList.js
@@ -267,6 +267,48 @@
wx.hideLoading()
})
},
+ // 杞彂涓灑
+ zhuanFa(e) {
+ wx.request({
+ url: 'http://101.133.134.71:9002/TOperation/Post',
+ method: "POST",
+ header: { "content-type": "application/x-www-form-urlencoded" },
+ data: {
+ _RoleValue: wx.getStorageSync('user').RoleValue,
+ _pk_User: wx.getStorageSync('user').pk_User,
+ _pk_Examine: e.currentTarget.dataset.id,
+ Tag: e.currentTarget.dataset.tag
+ },
+ success(res) {
+ console.log(res)
+ if (res.data.Check){
+
+ }else{
+
+ }
+ },
+ fail(err) {
+
+ }
+ })
+ },
+ // 涓灑閫�鍥�
+ tuiHui(e) {
+ console.log(e.currentTarget.dataset.id)
+ var id = e.currentTarget.dataset.id * 1
+ CheckEdit(id).then((res) => {
+ res.data.Data.id = id
+ console.log(res.data.Data)
+ wx.navigateTo({
+ url: '/pages/paiDan/paiDan?data=' + JSON.stringify(res.data.Data),
+ })
+ }).catch((err) => {
+ console.log(err)
+ })
+ // wx.navigateTo({
+ // url: '/pages/aditReport/adit?data='+e.currentTarget.dataset.id,
+ // })
+ },
// 娲惧崟
paiDan(e) {
console.log(e.currentTarget.dataset.id)
--
Gitblit v1.8.0