mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
解决冲突
This commit is contained in:
@@ -455,18 +455,12 @@ async function confirm() {
|
||||
throw Error("数据校验不通过")
|
||||
});
|
||||
if (taskIndex.value === -1) {
|
||||
<<<<<<< HEAD
|
||||
let list = props.taskList
|
||||
list.push(
|
||||
{name: formData.value.liveName,
|
||||
type: props.type,
|
||||
info: {...formData.value}
|
||||
})
|
||||
console.log("list:" + list)
|
||||
=======
|
||||
const list = props.taskList
|
||||
list.push({name: formData.value.liveName, type: props.type, info: {...formData.value}})
|
||||
>>>>>>> aa76caecde0cba165ddb01f060970317f34071b3
|
||||
} else {
|
||||
const data = props.taskList[taskIndex.value]
|
||||
data.name = formData.value.liveName
|
||||
|
||||
Reference in New Issue
Block a user