zhaoxiaohai 2 years ago
parent
commit
2ec143369e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packageA/orderForm/detail.js

+ 1 - 0
packageA/orderForm/detail.js

@@ -302,6 +302,7 @@ Page({
                     "detail.remarks": remarks
                 })
                 if (res.confirm) {
+                    this.data.detail.remarks = value;
                     let res = await that.changeDetail();
                     that.setData({
                         "detail.remarks": res.msg == '成功' ? value : remarks