cz hace 1 año
padre
commit
ac5a9c12f3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = () => {