Commit 721cfa70 authored by 李鹏 's avatar 李鹏

bugFix

parent e5497d4b
......@@ -38,7 +38,7 @@
<el-form-item label="审批结果" prop="status">
<el-radio-group v-model="instanceData.formData.status">
<el-radio :label="1"> 通过 </el-radio>
<el-radio :label="0"> 驳回 </el-radio>
<el-radio :label="2"> 驳回 </el-radio>
</el-radio-group>
</el-form-item>
<el-form-item label="审批意见" prop="comments">
......
......@@ -114,10 +114,6 @@ const getApproveInfo = () => {
item.value = ["待审批", "通过", "驳回"][result[item.key]];
return;
}
if (item.key === "approval_time") {
item.value = dateStringTransform(result[item.key]);
return;
}
item.value = result[item.key];
});
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment