zhangjinxing 3 years ago
parent
commit
889fda2b30
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/interest/handover/components/addEditForm.vue

+ 2 - 2
src/views/interest/handover/components/addEditForm.vue

@@ -38,13 +38,13 @@
         >保 存
       </el-button>
 
-      <el-button v-if="id !== 'add'" type="primary" @click="submitForm1"
+      <el-button v-if="id && id !== 'add'" type="primary" @click="submitForm1"
         >保 存 并 发 起 流 程
       </el-button>
       <el-button @click="closeAddEdit" v-if="id === 'add'">{{
         id === "add" ? "关 闭" : "取 消 审 核 流 程"
       }}</el-button>
-      {{ id }}
+      {{ parmValue1.type }}
     </el-col>
   </el-row>
 </template>