苏荣斌 3 years ago
parent
commit
9e88dfe952
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pages/repairs/add.js

+ 1 - 0
pages/repairs/add.js

@@ -105,6 +105,7 @@ Page({
       var that = this
       var that = this
      
      
       util.request(util.api.addRepairs, that.data.values, "POST", false, true,app.globalData.token).then((res)=>{
       util.request(util.api.addRepairs, that.data.values, "POST", false, true,app.globalData.token).then((res)=>{
+        console.log(that.data.values)
         if (res.code == 200) {
         if (res.code == 200) {
           wx.navigateTo({
           wx.navigateTo({
             url: '/pages/repairs/index',
             url: '/pages/repairs/index',