Commit 151afdae authored by 周远喜's avatar 周远喜

资源类型转int

parent 7b292125
......@@ -41,7 +41,7 @@ export default {
this.types.map(u => {
let item = {
label: u.name,
value: u.code
value: parseInt(u.code)
};
var children = this.resources.filter(r => {
return r.type == u.code;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment