孔祥富
2021-03-18 2402f7902663a20fe1b66f4305abb5ba05d7016f
src/views/yunpan/uploadfj.vue
@@ -248,7 +248,6 @@
      this.$refs[formName].validate(valid => {
        if (valid) {
          var checke = ''
          debugger
          this.checkedArr.forEach((v, i) => {
            if (v.isChecked) {
              checke = v.accessoryid
@@ -392,7 +391,6 @@
      }
    },
    showFileImg(type) {
      debugger
      switch (type) {
        case 'xls':
          return require('../../assets/uploading/xls.png')
@@ -727,6 +725,11 @@
   width: 100px;
   height: 100px;
}
.el-image .el-image-viewer__mask {
  background-color: #fff !important;
  opacity: 1;
}
</style>
<style lang="scss" scoped>
.el-main {
@@ -755,4 +758,5 @@
  background-color: rgb(64, 158, 255);
  border-color: rgb(64, 158, 255);
}
</style>