fix: webhook编辑表格优化
This commit is contained in:
parent
83c75f1ae6
commit
bafa5ef62b
|
@ -79,8 +79,8 @@ const handleDelete = (id: number) => {
|
|||
const handleAdd = () => {
|
||||
dataSource.value.push({
|
||||
id: dataSource.value.length,
|
||||
key: `key ${dataSource.value.length + 1}`,
|
||||
value: `value ${dataSource.value.length + 1}`,
|
||||
key: '',
|
||||
value: '',
|
||||
});
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue