修改为空时的不显示问题

master
于肖磊 2025-03-04 11:18:44 +08:00
parent ed15a6b570
commit 8733d1f6a9
1 changed files with 3 additions and 0 deletions

View File

@ -125,6 +125,9 @@ export default {
//
this.init(this.propCustomList);
},
propCustomList(val) {
this.init(val);
}
},
computed: {
get_percentage_count() {