k94314517
2024-07-15 4a8eafb3abe0b818ff002a2be3d3bde1452517d4
admin/src/components/business/OperaShopImportWindow.vue
@@ -62,7 +62,7 @@
      data.append('companyType', this.companyType)
      importExcel(data)
        .then(res => {
          this.$message.success('导入成功')
          this.$tip.apiSuccess('发起批量上传任务成功,请稍后刷新页面查看')
          this.$emit('success')
          this.visible = false
        })