Loading ui/src/components/ImpressionRequestCard.vue +1 −0 Original line number Diff line number Diff line Loading @@ -266,6 +266,7 @@ export default { this.imprInfoKey += 1; }, stop_reload() { console.log("[DEBUG] Stop reload") this.$emit("stopReload"); }, start_reload() { Loading ui/src/components/ImpressionRequestProcessComponent.vue +14 −11 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ export default { mounted () { this.$store.dispatch('load_queues') .then((resp) => { this.reload() this.do_reload() }) }, components: { Loading Loading @@ -202,8 +202,7 @@ export default { this.reject_diag = false this.$emit('startReload') }, reload () { this.$store.dispatch("update_requests", {status: [], no_load: false}).then((resp) => { do_reload() { var o = this.$store.state.admin_requests_dict[this.id] this.title = o.title this.fullname = o.fullname, Loading @@ -214,6 +213,10 @@ export default { setTimeout(() => { this.queue = o.queue ? this.all_queues.filter((elem) => {return elem.id == o.queue})[0] : null; }, 300) } reload () { this.$store.dispatch("update_requests", {status: [], no_load: false}).then((resp) => { this.do_reload() }) }, approve_request() { Loading Loading
ui/src/components/ImpressionRequestCard.vue +1 −0 Original line number Diff line number Diff line Loading @@ -266,6 +266,7 @@ export default { this.imprInfoKey += 1; }, stop_reload() { console.log("[DEBUG] Stop reload") this.$emit("stopReload"); }, start_reload() { Loading
ui/src/components/ImpressionRequestProcessComponent.vue +14 −11 Original line number Diff line number Diff line Loading @@ -149,7 +149,7 @@ export default { mounted () { this.$store.dispatch('load_queues') .then((resp) => { this.reload() this.do_reload() }) }, components: { Loading Loading @@ -202,8 +202,7 @@ export default { this.reject_diag = false this.$emit('startReload') }, reload () { this.$store.dispatch("update_requests", {status: [], no_load: false}).then((resp) => { do_reload() { var o = this.$store.state.admin_requests_dict[this.id] this.title = o.title this.fullname = o.fullname, Loading @@ -214,6 +213,10 @@ export default { setTimeout(() => { this.queue = o.queue ? this.all_queues.filter((elem) => {return elem.id == o.queue})[0] : null; }, 300) } reload () { this.$store.dispatch("update_requests", {status: [], no_load: false}).then((resp) => { this.do_reload() }) }, approve_request() { Loading