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 = () => {