@@ -638,7 +638,6 @@ export default {
this.formData.count = 1;
//履职内容
this.tableData = null;
- this.$refs["form"].resetFields();
}
this.changeBuildTime();
},
@@ -1,6 +1,6 @@
<template>
<div class="app-container">
- <el-descriptions title="检查任务">
+ <el-descriptions title="检查任务" border>
<el-descriptions-item label="任务名称">{{
taskInfo.taskName
}}</el-descriptions-item>