|
@@ -456,8 +456,8 @@ export default defineComponent({
|
|
|
}else { // 作为新增表单时的 移除新增用户列表数据
|
|
|
const index = addForm_newlyUserData.value.findIndex(item => item.key === id); // 查找 id 相等的对象的索引
|
|
|
if (index !== -1) {
|
|
|
- data.value.push(addForm_newlyUserData.value[index])
|
|
|
addForm_newlyUserData.value.splice(index, 1); // 从原集合中移除该对象
|
|
|
+ this.clearConditionAndData()
|
|
|
}
|
|
|
}
|
|
|
},
|