1078-增加位置信息并发处理能力
This commit is contained in:
@@ -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'}/`,
|
||||
|
||||
Reference in New Issue
Block a user