|
@@ -521,11 +521,12 @@ const rowDelClick = async (row, index) => {
|
|
|
resolve() //关闭弹窗
|
|
|
if (!isRes) return
|
|
|
window?.$message?.success('操作成功')
|
|
|
+ getEditEleList()
|
|
|
})
|
|
|
}
|
|
|
}
|
|
|
const addRowClick = () => {
|
|
|
- editEleList.value.push({})
|
|
|
+ editEleList.value.unshift ({})
|
|
|
}
|
|
|
const addSaveLoading = ref(false)
|
|
|
const addSaveClick = async (row) => {
|