|
@@ -178,9 +178,6 @@
|
|
|
v-model="form.classContent">
|
|
|
</el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item v-if="!this.taskForm.taskId == ''" :label="$t('审核意见')" prop="comment">
|
|
|
- <el-input v-model="taskForm.comment" :placeholder="$t('审核意见')" maxlength="100" show-word-limit></el-input>
|
|
|
- </el-form-item>
|
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button type="primary" @click="submitForm">确 定</el-button>
|
|
@@ -476,7 +473,7 @@
|
|
|
this.$emit('refreshDataList')
|
|
|
});
|
|
|
this.$nextTick(function () {
|
|
|
- this.comment = ''
|
|
|
+ this.taskForm.comment = ''
|
|
|
})
|
|
|
},
|
|
|
/** 提交按钮 */
|