aa
jiangping
2024-08-09 ba4da8d8e8d55153d0ff1c39ebdac30115a066a8
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
        })