Browse Source

2025-06-16

技术参数卡页面404
master
fengyuan_yang 7 months ago
parent
commit
23b2e48f15
  1. 8
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue

8
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 {

Loading…
Cancel
Save