优化代码

This commit is contained in:
wuxw 2024-09-20 14:33:31 +08:00
parent 269117bbc1
commit 7fddc47c99

View File

@ -67,7 +67,7 @@
function (json, res) {
let _json = JSON.parse(json);
$that.auditAuthOwnerUndoInfo.owners = _json.owners;
$that.auditAuthOwnerUndoInfo.owners = _json.data;
},
function (errInfo, error) {