@@ -111,7 +111,6 @@ onMounted(() => {
//获取数据
const getDataApi = () => {
- console.log('rowItem:', rowItem.value)
const { id } = rowItem.value
if (!isNullES(id)) {
getDetailData(id)