|
@@ -3,7 +3,6 @@
|
|
|
<el-form label-width="100px" ref="formRef" :model="form">
|
|
<el-form label-width="100px" ref="formRef" :model="form">
|
|
|
<el-form-item
|
|
<el-form-item
|
|
|
label="审批建议"
|
|
label="审批建议"
|
|
|
-
|
|
|
|
|
style="margin-bottom: 20px"
|
|
style="margin-bottom: 20px"
|
|
|
:rules="{
|
|
:rules="{
|
|
|
required: true,
|
|
required: true,
|
|
@@ -68,7 +67,7 @@
|
|
|
return {
|
|
return {
|
|
|
form: {
|
|
form: {
|
|
|
technicianId: '',
|
|
technicianId: '',
|
|
|
- reason: ''
|
|
|
|
|
|
|
+ reason: '同意'
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
@@ -81,7 +80,6 @@
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
async _approveTaskThorVariables(status) {
|
|
async _approveTaskThorVariables(status) {
|
|
|
-
|
|
|
|
|
if (status == 1) {
|
|
if (status == 1) {
|
|
|
outsourceAssign({
|
|
outsourceAssign({
|
|
|
businessId: this.businessId,
|
|
businessId: this.businessId,
|