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:
co-authored by
Claude Opus 4.7
parent
4e4afd6958
commit
e5871af764
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user