|
@ -228,7 +228,7 @@ const openForm = async(type: string, row?: any) => { |
|
|
'by': 'ASC', |
|
|
'by': 'ASC', |
|
|
} |
|
|
} |
|
|
const data = await LocationApi.getLocationPage(param) |
|
|
const data = await LocationApi.getLocationPage(param) |
|
|
let locationCode = data.list[0].code; |
|
|
let locationCode = data.list[1].code; |
|
|
console.log('row',row); |
|
|
console.log('row',row); |
|
|
basicFormRef.value.open(type, row) |
|
|
basicFormRef.value.open(type, row) |
|
|
if (type == 'create') { |
|
|
if (type == 'create') { |
|
|