一公司人员定位地图功能完善

20240528Test
liujun 2024-04-16 17:22:43 +08:00
parent c912472911
commit f50fdae435
1 changed files with 0 additions and 14 deletions

View File

@ -230,20 +230,6 @@ export default {
this.material.remark = e.remark this.material.remark = e.remark
}) })
}, },
getMenu() {
return new Promise(resolve => {
requestFN(
'/flowTrain/getPintName', { FLOWS_TYPE: this.info.FLOWS_TYPE, FLOWS_STEP: this.info.FLOWS_STEP }
).then((data) => {
this.menu.department = data.Department
this.menu.user = data.User
this.menu.uploadFile = data.UploadFile
this.menu.limitFlag = data.limitFlag
resolve(true)
}).catch((e) => {
})
})
},
sendMessage(e) { sendMessage(e) {
console.log(this.material) console.log(this.material)
this.$refs.form.validate((valid) => { this.$refs.form.validate((valid) => {