From 5b9a1d6cb3a7d59c8f2de83c495bba1a069b2723 Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期五, 19 一月 2024 00:23:15 +0800 Subject: [PATCH] update --- src/container/workshop/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/container/workshop/index.vue b/src/container/workshop/index.vue index 8683a22..bc91d5a 100644 --- a/src/container/workshop/index.vue +++ b/src/container/workshop/index.vue @@ -1,7 +1,7 @@ <!-- * @Date: 2024-01-06 17:40:19 * @LastEditors: Sneed - * @LastEditTime: 2024-01-14 13:24:19 + * @LastEditTime: 2024-01-17 23:30:14 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/workshop/index.vue --> <template> @@ -79,7 +79,7 @@ this.concernFlag = flag } getRequest('machineList', { - plantId: this.$route.params.id, + workshopId: this.$route.params.id, concernFlag: this.concernFlag, }).then(res => { console.log(res) -- Gitblit v1.9.3