打标签是平台的通用功能,可以为任意对象打标签。
import labelDialog from "@/qlmcomponents/selectLabel"
<labelDialog v-if="showDialog" ref="showDialogRef"></labelDialog>
属性:
setID:标签集合ID
去掉返回值:
let dynamicTags = this.$refs.showDialogRef.selectTags;
打标签是平台的通用功能,可以为任意对象打标签。
import labelDialog from "@/qlmcomponents/selectLabel"
<labelDialog v-if="showDialog" ref="showDialogRef"></labelDialog>
属性:
setID:标签集合ID
去掉返回值:
let dynamicTags = this.$refs.showDialogRef.selectTags;