Przeglądaj źródła

人才地图默认值清空

Xiao_123 7 miesięcy temu
rodzic
commit
f2842de419
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/recruit/enterprise/talentMap/index.vue

+ 1 - 1
src/views/recruit/enterprise/talentMap/index.vue

@@ -110,7 +110,7 @@ import { computed, reactive, ref } from 'vue'
 
 const loading = ref(false)
 
-const content = ref('经理')
+const content = ref('')
 const pageInfo = reactive({ pageNo: 1, pageSize: 10 })
 const dataList = ref([])
 const total = ref(0)