修改禅道bug
This commit is contained in:
@ -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})`;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user