|
@@ -189,6 +189,7 @@ const changeSelectId = (id)=>{
|
|
|
* @param {number} index - 当前行的索引
|
|
* @param {number} index - 当前行的索引
|
|
|
*/
|
|
*/
|
|
|
const editRow = (row, index) => {
|
|
const editRow = (row, index) => {
|
|
|
|
|
+ addRowData.value = {}
|
|
|
dialogVisible.value = true;
|
|
dialogVisible.value = true;
|
|
|
editId.value = row.id
|
|
editId.value = row.id
|
|
|
};
|
|
};
|