@dongkboy 4 месяцев назад
Родитель
Сommit
e8ff133f06
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/views/finance/index.vue

+ 1 - 0
src/views/finance/index.vue

@@ -474,6 +474,7 @@ const auditReceive = (row) => {
       if (!res.data) {
         api.financeApi.auditReceive(row.orderNo).then((res: any) => {
           if (res.code == 200) {
+            initData(activeName.value)
             ElMessage({
               message: res.msg,
               type: 'success'