删除多余console
This commit is contained in:
parent
21adcb62c8
commit
b3b35d21b3
|
@ -729,8 +729,6 @@ export default {
|
||||||
if (res.data.code !== 0) {
|
if (res.data.code !== 0) {
|
||||||
return message.error(res.data.msg)
|
return message.error(res.data.msg)
|
||||||
}
|
}
|
||||||
console.log('res.data.data------------>', res.data.data);
|
|
||||||
|
|
||||||
integrationServicesItemInfo.value = res.data.data || {}
|
integrationServicesItemInfo.value = res.data.data || {}
|
||||||
},
|
},
|
||||||
(err) => {
|
(err) => {
|
||||||
|
|
Loading…
Reference in New Issue