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 {