소스 검색

Finish Hotfix-mo-139

莫绍宝 3 년 전
부모
커밋
4b050b51f6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/supply/direct/components/direct_examine.vue

+ 1 - 1
src/views/supply/direct/components/direct_examine.vue

@@ -126,7 +126,7 @@
     <div class="page-footer">
       <div class="footer" :class="classObj">
         <el-button type="primary" @click="clickSubmitForm('OK')">审批通过</el-button>
-        <el-button type="warning" @click="clickSubmitForm('FAIL')">审批驳回</el-button>
+        <el-button type="warning" @click="clickSubmitForm('SAVE')">审批驳回</el-button>
         <el-popconfirm title="确定关闭吗?" @onConfirm="goBack" style="margin-left: 10px;">
           <el-button slot="reference">关 闭</el-button>
         </el-popconfirm>