上传
This commit is contained in:
@@ -176,8 +176,10 @@ const operateRecordList = ref([])
|
|||||||
const dialogMap = ref(null)
|
const dialogMap = ref(null)
|
||||||
const aMap = ref(null)
|
const aMap = ref(null)
|
||||||
|
|
||||||
|
const clueId = ref('')
|
||||||
|
|
||||||
function getFollowList() {
|
function getFollowList() {
|
||||||
FollowApi.getFollowList({ clueId: id }).then((data) => {
|
FollowApi.getFollowList({ clueId: clueId.value }).then((data) => {
|
||||||
followRecordList.value = data.map((item) => ({
|
followRecordList.value = data.map((item) => ({
|
||||||
operateUserName: item.operateUserName,
|
operateUserName: item.operateUserName,
|
||||||
centent: item.centent,
|
centent: item.centent,
|
||||||
@@ -189,6 +191,7 @@ function getFollowList() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function open(id) {
|
async function open(id) {
|
||||||
|
clueId.value = id
|
||||||
try {
|
try {
|
||||||
getFollowList()
|
getFollowList()
|
||||||
ClueApi.getOpearateRecord({ clueId: id }).then((data) => {
|
ClueApi.getOpearateRecord({ clueId: id }).then((data) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user