Commit 4f715377bdc25c22bf32b3f50d7f627dead0ca34

Authored by fengtao
1 parent 9f30bc65

feat:产品详情新增设备类型数量跳转 修改原来的代码

@@ -275,7 +275,6 @@ @@ -275,7 +275,6 @@
275 const deviceProfileId = ref(''); 275 const deviceProfileId = ref('');
276 count.value = Number(getParams('count')); 276 count.value = Number(getParams('count'));
277 deviceProfileId.value = getParams('deviceProfileId') || ''; 277 deviceProfileId.value = getParams('deviceProfileId') || '';
278 - console.log(deviceProfileId.value);  
279 const setRowClassName = async () => { 278 const setRowClassName = async () => {
280 if (deviceProfileId.value !== undefined) { 279 if (deviceProfileId.value !== undefined) {
281 const { items } = await devicePage({ 280 const { items } = await devicePage({
@@ -38,7 +38,6 @@ @@ -38,7 +38,6 @@
38 field: 'deviceTypeName', 38 field: 'deviceTypeName',
39 label: '设备类型', 39 label: '设备类型',
40 render: (_, data) => { 40 render: (_, data) => {
41 - console.log(data);  
42 return h( 41 return h(
43 Button, 42 Button,
44 { 43 {