田源
2024-07-05 5700aa436cf4e058cef10560c324e2ee762eebcc
Source/plt-web/plt-web-ui/src/components/PLT-basic-component/upload-file.vue
@@ -111,6 +111,7 @@
      if (resbonse.code === 200) {
        this.$message.success("导入成功!");
        this.visible = false;
        this.$emit('updata');
      } else {
        this.$message.error(resbonse.msg);
      }