cz 1 rok temu
rodzic
commit
ac5a9c12f3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/WDLY/purchaseManage/payment/index.vue

+ 1 - 1
src/views/WDLY/purchaseManage/payment/index.vue

@@ -1000,7 +1000,7 @@ const dialogVisibleFour = ref(false);
 const currnetPurchaseRow = ref({});
 const handleClickArrivalStatus = (row) => {
   currnetPurchaseRow.value = { ...row };
-  dialogVisibleFour.value = true;
+  dialogVisibleThree.value = true;
 };
 
 const handleQuery = () => {