nidapeng
2024-03-29 ff95e73d12418ee4b1e400eaceac3d4d623f85b6
company/src/components/business/OperaWtbApplyShopWindow.vue
@@ -618,7 +618,7 @@
          }).catch(err => {
            this.$tip.apiFailed(err)
          })
        } else if (flag === 1) {
        } else if (this.form.type === 1) {
          getMemberListOnlineSignLink(this.form).then(res => {
            setTimeout(() => {
              this.visiblePhone=false
@@ -627,7 +627,7 @@
          }).catch(err => {
            this.$tip.apiFailed(err)
          })
        } else if (flag === 2) {
        } else if (this.form.type === 2) {
          getSignLink(this.dataId).then(res => {
            setTimeout(() => {
              this.visiblePhone=false
@@ -866,13 +866,13 @@
      }
    },
    viewFanganshu () {
      if (this.model.baoxiandanFile && this.model.baoxiandanFile.fileurlFull) {
        window.open(this.model.baoxiandanFile.fileurlFull)
      if (this.model.fanganFile && this.model.fanganFile.fileurlFull) {
        window.open(this.model.fanganFile.fileurlFull)
      }
    },
    viewShenqingdan () {
      if (this.model.baoxiandanFile && this.model.baoxiandanFile.fileurlFull) {
        window.open(this.model.baoxiandanFile.fileurlFull)
      if (this.model.shenqingdanFile && this.model.shenqingdanFile.fileurlFull) {
        window.open(this.model.shenqingdanFile.fileurlFull)
      }
    },
    handleSizeChange (val) {