Commit 52947efe0cd577857e7a0a5ec65d3c393c270fdb
1 parent
c7019a24
fix: rule lint can not submit form
Showing
1 changed file
with
0 additions
and
2 deletions
| ... | ... | @@ -694,8 +694,6 @@ |
| 694 | 694 | } |
| 695 | 695 | if (mustTriggerCondition) return; |
| 696 | 696 | if (mustCondition) return; |
| 697 | - console.log(postAddOrEditData); | |
| 698 | - return; | |
| 699 | 697 | //FT change |
| 700 | 698 | await screenLinkPageAddApi(postAddOrEditData, unref(isUpdate)); |
| 701 | 699 | createMessage.success(`${unref(isUpdate) ? '编辑' : '新增'}成功`); | ... | ... |