fix: add way error

This commit is contained in:
engigu
2024-01-02 20:57:50 +08:00
parent 66be70751f
commit 1ff7d12fb1
8 changed files with 8 additions and 18 deletions
@@ -71,7 +71,6 @@ export default defineComponent({
}
const renderApiString = () => {
console.log('renderApiString', state.activeName)
let task_id = pageState.ShowDialogData[props.componentName].rowData.id;
if (state.activeName == 'curl') {
state.currCode = ApiStrGenerate.getCurlString(task_id, {});