|
@@ -78,7 +78,7 @@ export default {
|
|
|
auditStatus: '',
|
|
|
resource: '1'
|
|
|
},
|
|
|
- dataJurisdiction: '',//是否含有审核权限
|
|
|
+ // dataJurisdiction: '',//是否含有审核权限
|
|
|
};
|
|
|
},
|
|
|
|
|
@@ -122,13 +122,13 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
// /czc-community/workOrder/checkAudit
|
|
|
- checkAudit () {
|
|
|
- this.$http.postForm('/czc-community/workOrder/checkAudit', { orderId: Number(this.params.row.id) }).then(({ data, status, msg }) => {
|
|
|
- if (status == 0) {
|
|
|
- this.dataJurisdiction = data;
|
|
|
- }
|
|
|
- })
|
|
|
- }
|
|
|
+ // checkAudit () {
|
|
|
+ // this.$http.postForm('/czc-community/workOrder/checkAudit', { orderId: Number(this.params.row.id) }).then(({ data, status, msg }) => {
|
|
|
+ // if (status == 0) {
|
|
|
+ // this.dataJurisdiction = data;
|
|
|
+ // }
|
|
|
+ // })
|
|
|
+ // }
|
|
|
},
|
|
|
created () {
|
|
|
// this.formData.orderId = JSON.parse(JSON.stringify(this.params.data)).id;
|
|
@@ -141,7 +141,7 @@ export default {
|
|
|
this.form.resource = '0';
|
|
|
}
|
|
|
if (this.params.row.auditStatus != null) {
|
|
|
- this.checkAudit();
|
|
|
+ // this.checkAudit();
|
|
|
}
|
|
|
|
|
|
}
|