shuishen
2022-02-25 13d7349ea1beda3ebd48d27092aed0f17cd1c4b1
store/positions.js
@@ -89,15 +89,21 @@
            serid = val.serid,
            type = val.type,
            that = val.that,
            goto1 = val.goto,
            // data = val.data,
            tips = (type, title) => {
               that.$refs.uTips.show({
                  title: title,
                  type: type,
                  duration: '2300'
               })
               if (that.$refs.uTips) {
                  that.$refs.uTips.show({
                     title: title,
                     type: type,
                     duration: '2300'
                  })
               }
               // that.getGrabOrders(that.current); //重获取数据
            }
         if (type == "start") {
            type = goto1 + ',' + type
         }
         uni.request({
            url: $store.state.piAPI + "taskqd/startTask?" +
               `rid=${rid}&serid=${serid}&type=${type}`,