注意事项:1、必须使用v-model,不然会导致删除键出现错误
{{_object }}_list: [], {{_object }}_props: { label: "name", value: "id", children: "_child", multiple: true, emitPath: false }, {{_object }}_cascader: [],
{{_object }}_click() { this.{{_object }}_cascader = [] //this.comp_param.qualifications = JSON.stringify([]) //this.get_comp_lists(true) }, {{_object }}_change(e) { if (this.$refs.cascaderHandle1.checkedValue.length === 0) { this.{{_object }}_click() } else { //this.comp_param.qualifications = JSON.stringify(e) //this.get_comp_lists(true) } },