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
@@ -90,7 +90,6 @@ export default {
});
const handleEdit = (index, row) => {
console.log(index, row)
let name = state.editTaskPopUpComponentName;
pageState.ShowDialogData[name] = {};
pageState.ShowDialogData[name].isShow = true;
@@ -105,7 +104,6 @@ export default {
}
const handleViewAPI = (index, row) => {
console.log(index, row)
let name = state.viewTaskAPIPopUpComponentName;
pageState.ShowDialogData[name] = {};
pageState.ShowDialogData[name].isShow = true;
@@ -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, {});