From 401524fb5661d57ffb2229d683fe4de85b65fd1c Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期四, 31 八月 2023 17:54:24 +0800 Subject: [PATCH] 生产管理看板+删不需要的文件 --- src/components/subComponents/IPInput.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/subComponents/IPInput.vue b/src/components/subComponents/IPInput.vue index 4f59322..99f2198 100644 --- a/src/components/subComponents/IPInput.vue +++ b/src/components/subComponents/IPInput.vue @@ -86,6 +86,7 @@ }, watch: { ip(ip) { + this.syncIp(ip); } }, -- Gitblit v1.8.0