Commit 0c7a5ca6 authored by 何娜's avatar 何娜

fix

parent 8ff64eac
Pipeline #4990 passed with stage
in 2 seconds
...@@ -32,6 +32,7 @@ class ScriptController extends Controller { ...@@ -32,6 +32,7 @@ class ScriptController extends Controller {
const data = await service.scripts.fetchOneScripts(scriptId); const data = await service.scripts.fetchOneScripts(scriptId);
ctx.success(data); ctx.success(data);
} }
async fetchParamsInfo() { async fetchParamsInfo() {
const { ctx, service } = this; const { ctx, service } = this;
const { refresh = false } = ctx.query; const { refresh = false } = ctx.query;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment