fix:diagram 图片 宽高不对的问题

This commit is contained in:
zhangyu
2021-12-24 14:36:07 +08:00
parent 765a6e6cc6
commit acae91f698
9 changed files with 16 additions and 26 deletions

View File

@@ -30,7 +30,6 @@ export default {
},
// 更新path包含请求参数
updatePath (param, path) {
console.log(param)
const params = lodash.cloneDeep(param)
Object.keys(params).forEach(key => {
if (!params[key]) {