Commit 4f715377bdc25c22bf32b3f50d7f627dead0ca34

Authored by fengtao
1 parent 9f30bc65

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

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