cz 1 년 전
부모
커밋
ac5a9c12f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 = () => {