5.1日 暂定 水电表管理
This commit is contained in:
@@ -267,7 +267,6 @@ const handleUpdate = async (row?: PayRecordListVO) => {
|
||||
const _id = row?.id || ids.value[0];
|
||||
const res = await getPayRecordList(_id);
|
||||
Object.assign(form.value, res.data);
|
||||
console.log(res.data);
|
||||
dialog.visible = true;
|
||||
dialog.title = '抄表详细';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user