no message

This commit is contained in:
A1300399510 2024-08-14 17:07:38 +08:00
parent 50cc836b4f
commit 83e6db32e0

View File

@ -1045,7 +1045,7 @@ export default {
}, },
setValue(key, value) { setValue(key, value) {
console.log("key", key, value) // console.log("key", key, value)
this[key] = value this[key] = value
}, },
@ -1090,7 +1090,7 @@ export default {
const data = res.data const data = res.data
console.log("data", data) // console.log("data", data)
const estate = this.estate const estate = this.estate
const experience = this.experience const experience = this.experience
const profession_cid = this.profession_cid const profession_cid = this.profession_cid
@ -1160,7 +1160,7 @@ export default {
} }
}) })
console.log("obj1",obj1); // console.log("obj1",obj1);
this.locationThreadData = obj1 this.locationThreadData = obj1
}) })