合并
This commit is contained in:
@ -323,7 +323,6 @@ const submitForm = () => {
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
/** 删除按钮操作 */
|
||||
const handleDelete = async (row?: LandTransferLedgerVO) => {
|
||||
const _ids = row?.id || ids.value;
|
||||
@ -334,7 +333,6 @@ const handleDelete = async (row?: LandTransferLedgerVO) => {
|
||||
};
|
||||
// 选择地块
|
||||
const handleLandBlockChange = (val) => {
|
||||
console.log(val);
|
||||
getListRoad();
|
||||
};
|
||||
/** 查询地块信息列表 */
|
||||
|
Reference in New Issue
Block a user