6/23 更改高德地图组件,统一入口
This commit is contained in:
@@ -193,7 +193,7 @@ const handleAdd = () => {
|
||||
};
|
||||
|
||||
/** 修改按钮操作 */
|
||||
const handleUpdate = async (row?: ChargeItemVO) => {
|
||||
const handleUpdate = (row?: ChargeItemVO) => {
|
||||
const _ids = row?.id || ids.value[0];
|
||||
router.push({
|
||||
path: '/sdb/editchargeItem',
|
||||
|
||||
Reference in New Issue
Block a user