13937891274
2022-08-02 db75c6a59acad51cb17577c522e6a4debf72b3b6
src/components/DailogSearchUser/index.vue
@@ -149,7 +149,7 @@
      };
      // 右方点击添加后显示标签
      const dynamicTags = ref(['']);
      const handleClose = (tag: string) => {
      const handleClose = (tag: any) => {
         dynamicTags.value.splice(dynamicTags.value.indexOf(tag), 1);
         radio1.value = '';
      };
@@ -161,6 +161,7 @@
      // 开启弹窗
      const dialogVisible = ref(false);
      const openDailog = (type:any) => {
         console.log(type)
         types.value=type
         dialogVisible.value = true;
      };