From 9af5ed4e413e95afef9656ab86605065a175a103 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Tue, 3 Jun 2025 09:13:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=9F=E5=A0=82=E8=B6=85=E5=B8=82=E8=AE=BE?= =?UTF-8?q?=E5=A4=87deviceType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/index.vue | 4 ++-- src/views/superstore/doubleScreen/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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("修改成功");