liuyg
2022-03-08 72977cc7a1e8ba76b6e2adbbd8eedb6d2efd5557
pages/grabOrders/grabOrdersZAXC/feedback.vue
@@ -189,8 +189,8 @@
               tpurl: imgs,
               spurl: video,
               hdid: this.data.id,
               serid: '',
               // serid: uni.getStorageSync("ids") || that.$store.state.puserID
               seridList: '',
               serid: uni.getStorageSync("ids") || that.$store.state.puserID
               // result: this.content,
            };
            // 传入选定的完成人员
@@ -202,11 +202,12 @@
            }
            // console.log(chouse);
            for (let ck in chouse) {
               dataList.serid += chouse[ck];
               dataList.seridList += chouse[ck];
               if (ck != chouse.length - 1) {
                  dataList.serid += ',';
                  dataList.seridList += ',';
               }
            }
            // console.log(dataList.seridList);
            wx.showLoading({
               title: "提交中...",
               mask: true