zouyu
2023-12-13 d4d9bdca6e4bd7e01b9e392da9567828ca4a1dc7
src/views/common/ztt-table.vue
@@ -1576,10 +1576,18 @@
      if (response.code != '0') {
        this.$message.warning(response.msg)
      } else {
      if(response.data!=""&&response.data!=[]){
        this.$message({
          message: response.data,
          type: 'success'
        })
      }else{
        this.$message({
          message: '上传成功',
          type: 'success'
        })
      }
        this.importDialogVisible=false
        this.getDataList()
      }
      this.$refs.uploadScan.clearFiles()