| | |
| | | this.multipleSelection = val; |
| | | }, |
| | | resetzuobiao() { |
| | | console.log(this.multipleSelection); |
| | | if (this.multipleSelection.length == 0) { |
| | | this.$message({ |
| | | message: '请先选择一条数据', |
| | |
| | | |
| | | const params = { tagid: this.multipleSelection[0].tagid }; |
| | | resetzuobiao(params).then(response => { |
| | | console.log(response); |
| | | const params = { name: localStorage.getItem('username') || '', content: localStorage.getItem('username')+"将设备编号" + |
| | | this.multipleSelection[0].tagid + |
| | | '重置基准站坐标' }; |
| | | addSystemOperationLog(params).then(response => { |
| | | |
| | | |
| | | }); |
| | | |
| | | }) |
| | | this.$message({ |
| | | type: 'success', |