Authored by XuHaoJie

杭州-文档管理-只显示信息中心的人员优化

@@ -113,7 +113,6 @@ export default { @@ -113,7 +113,6 @@ export default {
113 return props.maxWidth / w * width; 113 return props.maxWidth / w * width;
114 } 114 }
115 } 115 }
116 - console.log('width:' + width);  
117 return width; 116 return width;
118 })(); 117 })();
119 118
@@ -66,7 +66,7 @@ export default { @@ -66,7 +66,7 @@ export default {
66 let userArr = Vue.ref([]); 66 let userArr = Vue.ref([]);
67 let isUser = props.isUser; 67 let isUser = props.isUser;
68 if(!isUser){ 68 if(!isUser){
69 - userArr = props.userArr; 69 + userArr.value = props.userArr;
70 } 70 }
71 let roleArr = Vue.ref([]); 71 let roleArr = Vue.ref([]);
72 let orgArr = Vue.ref([]); 72 let orgArr = Vue.ref([]);