Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
42 changed files
with
1484 additions
and
210 deletions
-
Please register or sign in to post a comment
... | ... | @@ -26,6 +26,11 @@ export default { |
} | ||
}, | ||
methods: { | ||
/** | ||
* @description: linkProps | ||
* @param {*} to | ||
* @author: renchao | ||
*/ | ||
linkProps(to) { | ||
if (this.isExternal) { | ||
return { | ||
... | ... |
... | ... | @@ -9,6 +9,12 @@ |
} | ||
}, | ||
methods: { | ||
/** | ||
* @description: measure | ||
* @param {*} viewId | ||
* @param {*} type | ||
* @author: renchao | ||
*/ | ||
measure(viewId,type){ | ||
var view = maps[viewId]; | ||
var self = this; | ||
... | ... |