From 0b52dfd8525f97f5231a12de2d0e33cab66a70de Mon Sep 17 00:00:00 2001 From: Bai Date: Thu, 20 Apr 2023 18:16:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B5=84=E4=BA=A7/=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E6=9B=B4=E6=96=B0=E9=A1=B5=E9=9D=A2=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E9=87=8D=E7=BD=AE=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/Asset/AssetCreateUpdate/BaseAssetCreateUpdate.vue | 1 + src/views/assets/Platform/PlatformCreateUpdate.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/views/assets/Asset/AssetCreateUpdate/BaseAssetCreateUpdate.vue b/src/views/assets/Asset/AssetCreateUpdate/BaseAssetCreateUpdate.vue index 5bba8c65f..02f598a60 100644 --- a/src/views/assets/Asset/AssetCreateUpdate/BaseAssetCreateUpdate.vue +++ b/src/views/assets/Asset/AssetCreateUpdate/BaseAssetCreateUpdate.vue @@ -51,6 +51,7 @@ export default { initial: {}, platform: {}, url: '/api/v1/assets/hosts/', + hasReset: false, createSuccessNextRoute: this.createSuccessNextRoute, updateSuccessNextRoute: this.updateSuccessNextRoute, hasDetailInMsg: false, diff --git a/src/views/assets/Platform/PlatformCreateUpdate.vue b/src/views/assets/Platform/PlatformCreateUpdate.vue index 415be87d8..a2579a450 100644 --- a/src/views/assets/Platform/PlatformCreateUpdate.vue +++ b/src/views/assets/Platform/PlatformCreateUpdate.vue @@ -8,6 +8,7 @@ :fields-meta="fieldsMeta" :has-detail-in-msg="false" :initial="initial" + :has-reset="false" :url="url" />