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}`,