|
@ -308,6 +308,9 @@ const handleCreate = async (type : string, row?: object) => { |
|
|
item.value = 'InducedProduct' |
|
|
item.value = 'InducedProduct' |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
|
|
|
if (type == 'create') { |
|
|
|
|
|
tableData.value = [] |
|
|
|
|
|
} |
|
|
formRef.value.open(type,row) |
|
|
formRef.value.open(type,row) |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|