Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before into master
| | |
| | | this.$set(this.configForm, 'collectUrl', this.tableList[0].collectUrl) |
| | | this.$set(this.configForm, 'storageUrl', this.tableList[0].storageUrl) |
| | | this.$set(this.configForm, 'ip', this.tableList[0].ip) |
| | | this.$set(this.configForm, 'mdbEntrustCode', this.tableList[0].mdbEntrustCode) |
| | | this.$set(this.configForm, 'mdbSampleCode', this.tableList[0].mdbSampleCode) |
| | | } |
| | | // 一般的合并行 |
| | | if (this.spanConfig != undefined && this.spanConfig.rows && this.spanConfig.rows.length > |
| | |
| | | collectUrl: this.configForm.collectUrl, |
| | | storageUrl: this.configForm.storageUrl, |
| | | ip: this.configForm.ip, |
| | | isDevice: true |
| | | isDevice: true, |
| | | mdbEntrustCode: this.configForm.mdbEntrustCode, |
| | | mdbSampleCode: this.configForm.mdbSampleCode |
| | | }) |
| | | this.upLoad4 = true |
| | | this.$axios.post(this.$api.deviceScope.saveDataAcquisitionConfiguration + "?deviceId=" + this.deviceId, obj, {headers: { |