Procházet zdrojové kódy

财务订单审核详情页-费用信息调整后,点取消调整初始化成初始费用

@dongkboy před 2 týdny
rodič
revize
62f605674e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/finance/modules/auditDetail.vue

+ 1 - 1
src/views/finance/modules/auditDetail.vue

@@ -594,7 +594,7 @@
           <div class="btns" v-if="Number(activeindex) == 0">
             <el-button size="small" v-if="!costShow" type="primary" plain @click="handleCostChange">调整费用</el-button>
             <div v-else style="display: flex; align-items: center; justify-content: flex-end">
-              <el-button size="small" type="primary" plain @click="costShow = false">取消调整</el-button>
+              <el-button size="small" type="primary" plain @click="costShow = false,initDetail()">取消调整</el-button>
               <el-button size="small" type="primary" plain @click="handleComputedCostInfo">留点计算</el-button>
               <el-button size="small" type="primary" :loading="handleSaveCostloading" plain
                 @click="handleSaveCostChange">保存</el-button>