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