From c55d9376565a78ce31a5b8d78dad89df16c2628e Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期四, 18 一月 2024 23:34:54 +0800 Subject: [PATCH] 删除完 更新 --- 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