From 23b2e48f15539d0437928db3a167a423c350bddc Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 16 Jun 2025 10:49:48 +0800 Subject: [PATCH] =?UTF-8?q?2025-06-16=20=E6=8A=80=E6=9C=AF=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=8D=A1=E9=A1=B5=E9=9D=A2404?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com_tsd_basicInformation.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue index d9d35c1..159dff2 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue @@ -1124,8 +1124,8 @@ if (data && data.code === 0) { issueChange(tempData).then(({data}) => { if (data && data.code === 0) { - // this.searchTable() - window.location.reload(); + this.searchTable() + //window.location.reload(); this.$message({message: '操作成功', type: 'success'}) } else { this.$alert(data.msg, '错误', { @@ -1203,8 +1203,8 @@ if (data && data.code === 0) { submitChange(tempData).then(({data}) => { if (data && data.code === 0) { - // this.searchTable() - window.location.reload(); + this.searchTable() + // window.location.reload(); this.submitModalFlag = false this.$message({message: '操作成功', type: 'success'}) } else {