diff --git a/src/views/device/index.vue b/src/views/device/index.vue index 835f1698..85891bad 100644 --- a/src/views/device/index.vue +++ b/src/views/device/index.vue @@ -580,7 +580,7 @@ "canteenId":this.queryParams.canteenId, "stallId":this.queryParams.stallId, "searchValue":this.queryParams.keyWord, - "deviceType":1 + "deviceType":20 } console.log("param",param) // let str = base64.encode(JSON.stringify(param)) @@ -677,7 +677,7 @@ console.log(this.baseForm) this.$refs["baseForm"].validate(valid => { if (valid) { - this.baseForm.deviceType=1 + this.baseForm.deviceType=20 // this.baseForm.metadata=this.metadata if (this.baseForm.deviceId != undefined) { updateDeviceApi(this.baseForm).then(response => { diff --git a/src/views/superstore/doubleScreen/index.vue b/src/views/superstore/doubleScreen/index.vue index 662dba2c..f596049f 100644 --- a/src/views/superstore/doubleScreen/index.vue +++ b/src/views/superstore/doubleScreen/index.vue @@ -329,7 +329,7 @@ "areaId":this.queryParams.areaId, "canteenId":this.queryParams.canteenId, "searchValue":this.queryParams.keyWord, - "deviceType":2 + "deviceType":53 } getDeviceListPageApi(param).then(response => { this.tableListData = response.rows; @@ -409,7 +409,7 @@ "areaId": this.baseForm.areaId, "canteenId": this.baseForm.canteenId, }] - this.baseForm.deviceType=2 + this.baseForm.deviceType=53 if (this.baseForm.deviceId != undefined) { updateDeviceApi(this.baseForm).then(response => { this.$modal.msgSuccess("修改成功");