<el-upload
                action="/"
                :show-file-list="false"
                :http-request="uploadKinSign"
              >

  

    uploadKinSign({ file }) {
      const url = URL.createObjectURL(file);
      this.kinsfolkSignature = {
        blob: file,
        imgUrl: url,
        isShowImg: true,
      };
    },

  

posted on 2021-03-03 14:59  蝎子莱莱与车轮滚滚  阅读(184)  评论(0)    收藏  举报