refactor(addMember): 移除编辑逻辑,addMember改为纯新增页

- 删除SysUserDevice/isEdit/userId/onLoad等编辑回填逻辑
- onSubmit统一走添加流程
- ghost-btn去掉isEdit条件

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-06-11 13:38:28 +08:00
co-authored by Claude Opus 4.7
parent 4e4afd6958
commit e5871af764
2 changed files with 7 additions and 70 deletions
+1 -1
View File
@@ -182,7 +182,7 @@
</view>
<!-- 从已有用户中选择 -->
<view class="ghost-btn" wx:if="{{ !isEdit }}" bind:tap="onTapSelectExisting">从已有用户中选择</view>
<view class="ghost-btn" bind:tap="onTapSelectExisting">从已有用户中选择</view>
</view>
</block>
</view>