src/views/toCarryOutLegislativeReforms/components/workOrderInformation.vue
@@ -195,6 +195,8 @@ </el-form> </div> </div> <el-alert v-if="parentFormData.isInvalid===1" title="已作废" type="warning" show-icon :description="`理由:${parentFormData.invalidReason}`" :closable="false"> </el-alert> <div slot="footer" class="dialog-footer"> <el-button @click="close()">关闭</el-button> <el-button v-if="dialogData.pageType ==='approve'" type="danger" @click="handleSubmit(50)">拒绝</el-button>