yangyj před 1 rokem
rodič
revize
61e18d0c80
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      src/views/debit-pay/admin/certificate.vue

+ 2 - 2
src/views/debit-pay/admin/certificate.vue

@@ -144,12 +144,12 @@ const rowLockingClick = async (row) => {
 //重新计算报表
 //重新计算报表
 
 
 const rowRecalculateClick = async (row) => {
 const rowRecalculateClick = async (row) => {
-    row.recalculateLoading.value = true
+    row.recalculateLoading = true
     const { error, code, msg } = await mainApi.recalculate({
     const { error, code, msg } = await mainApi.recalculate({
         reportId: row.id,
         reportId: row.id,
         type:0,
         type:0,
     })
     })
-    row.recalculateLoading.value = false
+    row.recalculateLoading = false
     if (!error && code === 200) {
     if (!error && code === 200) {
         window.$message.success('操作成功')
         window.$message.success('操作成功')
         getTableData().then()
         getTableData().then()