Forráskód Böngészése

Finish Hotfix-mo-139

莫绍宝 3 éve
szülő
commit
4b050b51f6
1 módosított fájl, 1 hozzáadás és 1 törlés
  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>