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