回显BUG修改

This commit is contained in:
RenCheng 2025-02-22 10:27:11 +08:00
parent 8ba0bc8d80
commit 2e7970f3be

View File

@ -191,8 +191,8 @@ import { datasyncqueryPage,
console.log(record); console.log(record);
this.model = Object.assign({},record); this.model = Object.assign({},record);
this.getselect(); this.getselect();
this.recordId = model.id; this.recordId = record.id;
datasyncqueryById({id:this.model.id}).then((res) => { datasyncqueryById({id:record.id}).then((res) => {
if (res.success) { if (res.success) {
let model = {}; let model = {};
model.ip = res.result.sourceIp; model.ip = res.result.sourceIp;