|
@@ -128,14 +128,14 @@
|
|
|
|
|
|
}
|
|
|
})
|
|
|
- this.$api.doRequest('get', '/workflow/query/workflowDefinitions', {
|
|
|
- businessCode: 'QINGJIA-APPROVE',
|
|
|
- tmpCompId: uni.getStorageSync('pcUserInfo').compId
|
|
|
- }).then(res1 => {
|
|
|
- this.$api.doRequest('get', '/commonUser/getHis', {
|
|
|
- workflowId: res1.data.data[0].id,
|
|
|
- businessKey: this.id
|
|
|
- }).then(response => {})})
|
|
|
+ // this.$api.doRequest('get', '/workflow/query/workflowDefinitions', {
|
|
|
+ // businessCode: 'QINGJIA-APPROVE',
|
|
|
+ // tmpCompId: uni.getStorageSync('pcUserInfo').compId
|
|
|
+ // }).then(res1 => {
|
|
|
+ // this.$api.doRequest('get', '/commonUser/getHis', {
|
|
|
+ // workflowId: res1.data.data[0].id,
|
|
|
+ // businessKey: this.id
|
|
|
+ // }).then(response => {})})
|
|
|
},
|
|
|
close() {
|
|
|
this.show = false
|