[update] 修改零部件名称组件

This commit is contained in:
lideqin
2024-01-22 18:04:10 +08:00
parent e523b852c9
commit f834860c6c
+1 -1
View File
@@ -237,7 +237,7 @@ export default {
}
getAction(this.url.queryByCodes, params).then(res => {
if (res.success) {
this.dataSourceRight = res.result.records || []
this.dataSourceRight = res.result || []
}
})
}