zs 3 年之前
父節點
當前提交
d86a0b37c6
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/administration/detail.js

+ 2 - 2
pages/administration/detail.js

@@ -22,7 +22,7 @@ Page({
   //点击驳回
   hui: function () {
     var that = this;
-    let id = that.team_id
+    let id = that.data.team_id
     wx.showModal({
       title: '',
       content: '是否驳回',
@@ -56,7 +56,7 @@ Page({
   //点击通过
   out: function () {
     var that = this;
-    let id = that.team_id
+    let id = that.data.team_id
     wx.showModal({
       title: '',
       content: '是否确认',