wangting
2024-09-06 db252fda6a2d5c806ada7f7a95a11e09d1a9f657
Source/plt-web/plt-web-ui/src/components/PLT-basic-component/upload-file.vue
@@ -125,11 +125,10 @@
    },
    // 文件上传成功
    onSuccess(resbonse) {
      console.log(resbonse);
      if (resbonse.code === 200) {
        this.$message.success("导入成功!");
        this.visible = false;
        this.$emit('updata');
        this.$emit('updata',resbonse);
      } else {
        this.$message.error(resbonse.msg);
      }