@@ -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("查询成功");