ly 1 рік тому
батько
коміт
195c860e96

+ 2 - 1
src/views/business/production/financialReportTaxIsZero/FormDialog.vue

@@ -245,9 +245,10 @@
   }
 
   function getTaxId(mainRow, id) {
-    loading.value = true
+    
     console.log("获取", mainRow);
     if (mainRow.detail != null) {
+      loading.value = true
       getTax(mainInfo.value.id, monthInfo.value.year, monthInfo.value.month).then((res) => {
         if (res.code === 200) {
           console.log("查询成功");