1078-增加位置信息并发处理能力

This commit is contained in:
panlinlin
2024-06-16 06:41:57 +08:00
parent 93532a6b3b
commit 36e15c80b0
6 changed files with 51 additions and 11 deletions

View File

@@ -64,7 +64,11 @@ export default {
},
onSubmit: function () {
console.log("onSubmit");
let params = this.form
let params = {
channelId: this.form.channelId,
name: this.form.name,
terminalDbId: this.deviceId,
}
this.$axios({
method: 'post',
url:`/api/jt1078/terminal/channel/${this.isEdit?'update':'add'}/`,