Jelajahi Sumber

财务订单审核问题

@dongkboy 2 tahun lalu
induk
melakukan
c1f114015a

+ 5 - 2
src/views/FinancialManagement/CarInsurance/Verifytasks/Verifyuntasks.vue

@@ -49,7 +49,7 @@
     </div>
     <!-- 车辆报价新页面 -->
     <detailsDialog ref="detailsDialog" :orderInfo="orderInfo" :feeOrderNewVoList="feeOrderNewVoList"
-      @updatedCost="updatedCost">
+      @updatedCost="updatedCost" @adusitFUn="adusitFUn">
     </detailsDialog>
   </div>
 </template>
@@ -392,7 +392,10 @@ export default {
       }
       this.$api.task.auditFee(subParam).then((res) => {
         if (res.code == 200) {
-          this.$message.success('审核通过')
+          this.$message({
+            type: 'success',
+            message:"审核通过",
+          });
           this.findPage();
           // this.quotedetailsdialogVisible = false;
           this.$refs.detailsDialog.setBackupVisible(false);