上传
This commit is contained in:
@@ -559,9 +559,7 @@ function handleAddPrice() {
|
||||
}
|
||||
|
||||
function handleDeletePrice(row, index) {
|
||||
if (row.edit) {
|
||||
formData.value.quotations.splice(index, 1)
|
||||
}
|
||||
formData.value.quotations.splice(index, 1)
|
||||
message.success('删除成功')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user