修改为空时的不显示问题
parent
ed15a6b570
commit
8733d1f6a9
|
|
@ -125,6 +125,9 @@ export default {
|
|||
// 初始化
|
||||
this.init(this.propCustomList);
|
||||
},
|
||||
propCustomList(val) {
|
||||
this.init(val);
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
get_percentage_count() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue