2023-11-8-1
This commit is contained in:
@@ -8,14 +8,11 @@
|
||||
:centered="true"
|
||||
@onCancel="clearSetLabel"
|
||||
>
|
||||
<a-cascader
|
||||
v-model:value="value"
|
||||
style="width: 100%"
|
||||
:multiple="multiple"
|
||||
max-tag-count="responsive"
|
||||
:options="options"
|
||||
placeholder="Please select"
|
||||
></a-cascader>
|
||||
<div>
|
||||
<ul>
|
||||
<li></li>
|
||||
</ul>
|
||||
</div>
|
||||
</a-modal>
|
||||
|
||||
</template>
|
||||
@@ -110,7 +107,6 @@ export default defineComponent({
|
||||
}else{
|
||||
this.multiple = true
|
||||
}
|
||||
console.log(this.$parent?.options);
|
||||
|
||||
},
|
||||
clearSetLabel(){
|
||||
|
||||
Reference in New Issue
Block a user