回显BUG修改
This commit is contained in:
parent
8ba0bc8d80
commit
2e7970f3be
|
@ -191,8 +191,8 @@ import { datasyncqueryPage,
|
|||
console.log(record);
|
||||
this.model = Object.assign({},record);
|
||||
this.getselect();
|
||||
this.recordId = model.id;
|
||||
datasyncqueryById({id:this.model.id}).then((res) => {
|
||||
this.recordId = record.id;
|
||||
datasyncqueryById({id:record.id}).then((res) => {
|
||||
if (res.success) {
|
||||
let model = {};
|
||||
model.ip = res.result.sourceIp;
|
||||
|
|
Loading…
Reference in New Issue
Block a user