Browse Source

上传修改

master
前端-胡立永 1 day ago
parent
commit
a2216c5207
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      pages_order/contract/contract.vue

+ 2
- 0
pages_order/contract/contract.vue View File

@ -83,10 +83,12 @@
},
onLoad() {
this.queryParams.role = this.role ? 1 : 0
this.queryParams.status = 0
},
methods: {
clickTabs({index}) {
this.type = index
this.queryParams.status = index
this.getData()
},
showPDF(item){


Loading…
Cancel
Save