|
|
|
@ -2768,9 +2768,19 @@ export default {
|
|
|
|
this.select.is_contract = 1
|
|
|
|
this.select.is_contract = 1
|
|
|
|
// TODO: 搜索关联流程状态
|
|
|
|
// TODO: 搜索关联流程状态
|
|
|
|
// / this.select.purchase_status = 3;
|
|
|
|
// / this.select.purchase_status = 3;
|
|
|
|
this.select.invite_status = 3
|
|
|
|
// this.select.invite_status = 3
|
|
|
|
this.select['flow_link[0][custom_model_id]'] = 71
|
|
|
|
// this.select['flow_link[0][custom_model_id]'] = 71
|
|
|
|
this.select['flow_link[0][flow_status]'] = 1
|
|
|
|
// this.select['flow_link[0][flow_status]'] = 1
|
|
|
|
|
|
|
|
this.select.is_simple = ''
|
|
|
|
|
|
|
|
this.select.is_purchase = ''
|
|
|
|
|
|
|
|
this.select.outcome_type = ''
|
|
|
|
|
|
|
|
this.select.invite_status = ''
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
if(this.$route.path.split('_')[1]){
|
|
|
|
|
|
|
|
this.select.is_simple = ''
|
|
|
|
|
|
|
|
this.select.is_purchase = ''
|
|
|
|
|
|
|
|
this.select.outcome_type = ''
|
|
|
|
|
|
|
|
this.select.invite_status = ''
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (/contractAll/g.test(this.$route.path)) {
|
|
|
|
if (/contractAll/g.test(this.$route.path)) {
|
|
|
|
this.select.is_simple = ''
|
|
|
|
this.select.is_simple = ''
|
|
|
|
|