fzq #31

Закрито
fanzhiqin хоче злити 215 комітів з fzq в test
2 змінених файлів з 2 додано та 1 видалено
Showing only changes of commit 43f33be189 - Show all commits

@@ -159,7 +159,7 @@ export default {
this.$refs['dataForm'].resetFields()
if (this.dataForm.id) {
this.$http({
url: this.$http.adornUrl(`/monitoring/equipment/info/${this.dataForm.id}`),
url: this.$http.adornUrl(`/monitoring/equipment/${this.dataForm.id}`),
method: 'get',
params: this.$http.adornParams()
}).then(({ data }) => {

@@ -118,6 +118,7 @@ export default {
this.$http({
url: this.$http.adornUrl(`/monitoring/qualityInspectionDet/${!this.dataForm.id ? '' : this.dataForm.id}`),
method: this.dataForm.id ? 'put' : 'post',
headers: { 'Content-Type': 'application/json' },
data: this.$http.adornData({
id: this.dataForm.id || undefined,
typeId: this.dataForm.typeId,