fix: 我的工作台-去掉debugger
This commit is contained in:
parent
49dde8e5a1
commit
7f4182f923
|
@ -561,7 +561,6 @@ export default {
|
|||
this.apiDefaultTab = newTabName;
|
||||
},
|
||||
handleTabsEdit(targetName, action, api) {
|
||||
debugger
|
||||
if (!this.projectId) {
|
||||
this.$warning(this.$t('commons.check_project_tip'));
|
||||
return;
|
||||
|
@ -592,7 +591,6 @@ export default {
|
|||
}
|
||||
},
|
||||
editApi(row) {
|
||||
debugger
|
||||
let name = "";
|
||||
if (row.isCopy) {
|
||||
name = "copy" + "-" + row.name;
|
||||
|
|
|
@ -233,7 +233,6 @@ export default {
|
|||
},
|
||||
search() {
|
||||
let selectProjectId = getCurrentProjectID();
|
||||
debugger
|
||||
this.$get("/api/apiCount/" + selectProjectId, response => {
|
||||
this.apiCountData = response.data;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue