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() { onLoad() {
this.queryParams.role = this.role ? 1 : 0 this.queryParams.role = this.role ? 1 : 0
this.queryParams.status = 0
}, },
methods: { methods: {
clickTabs({index}) { clickTabs({index}) {
this.type = index this.type = index
this.queryParams.status = index
this.getData() this.getData()
}, },
showPDF(item){ showPDF(item){


Loading…
Cancel
Save