Browse Source

改为数字类型

master
mk 1 month ago
parent
commit
4aa43a198d
  1. 2
      subpages/bsPage/bsPage/bsPage.js

2
subpages/bsPage/bsPage/bsPage.js

@ -124,7 +124,7 @@ Page({
faultDescribe,
graduateName: app.globalData.userInfo.name,
telephone: app.globalData.userInfo.phone,
feedbackType,
feedbackType:Number(feedbackType),
identity:1
}
incidentsSubmit(parms).then(res=>{

Loading…
Cancel
Save