ref: getCheckedNodes() 方法x必须项
 show-all-levels: 输入框中是否显示选中值的完整路径
options: 可选项数据源,键名可通过 Props 属性配置
 // 获取级联选择器选中的名称数组
      const lenLength = this.$refs.myCascader.getCheckedNodes()[0].pathLabels.length - 1
      this.financialBudgetForm.projectFrom = this.$refs.myCascader.getCheckedNodes()[0].pathLabels[lenLength]