Fixiaobai
2023-11-09 45e7495fe17c3b390a6d0e2461f0b8f965d46f6f
src/views/technology/structure/index.vue
@@ -157,6 +157,15 @@
          // 零件号
          {
            minWidth: '140',
            prop: 'custom',
            label: '客户名称',
            sort: true,
            isTrue: true,
            isSearch: true,
            searchInfoType: 'text',
          },
          {
            minWidth: '140',
            prop: 'partNo',
            label: '零件号',
            sort: true,
@@ -487,10 +496,11 @@
        this.$message.warning(response.msg)
      } else {
        this.$message({
          message: '上传成功',
          message: '上传成功,后台正在导入,请稍后重新刷新!',
          type: 'success'
        })
        this.getData()
        this.importStructureVisible=false
        // this.getData()
      }
      this.$refs.zhuangbeiUploadScan.clearFiles()
    },