修改禅道bug

This commit is contained in:
ljx
2025-09-02 19:09:43 +08:00
parent 0c81842fd6
commit d06d6a9504

View File

@ -431,9 +431,7 @@ const handleView = async (row: LandBlockVO) => {
formM.landId = row.id; formM.landId = row.id;
// 打开弹窗 // 打开弹窗
dialogMatrix.visible = true; dialogMatrix.visible = true;
nextTick(() => {
resetMatrix();
});
dialogMatrix.title = `关联方阵(地块:${row.landName || row.landCode}`; dialogMatrix.title = `关联方阵(地块:${row.landName || row.landCode}`;
}; };