refactor: remove console.log from openRequestListDialog function
This commit is contained in:
parent
0efe78a37a
commit
586fbed4e3
1 changed files with 0 additions and 1 deletions
|
|
@ -142,7 +142,6 @@ async function openRequestListDialog() {
|
|||
incomplete: true,
|
||||
});
|
||||
|
||||
console.log(ret);
|
||||
if (ret) {
|
||||
requestListActionData.value = ret.result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue