@@ -59,10 +59,7 @@ watch(() => define_props.props, (obj) => {
//监听
watch(curKey, (key) => {
- if (key) {
- console.log(key)
- getItemLabel()
- }
+ if (key) getItemLabel()
})
//渲染完成