修改详情页面接口

master
LAPTOP-R6EHHS26\86155 1 year ago
parent fbd93ee32c
commit c6532b05c9

@ -373,7 +373,7 @@ export default class ChangePalletNew extends BasePage {
}
async onLoad(options) {
await this.model.getFaultMeasuresList();
await this.model.getFaultDescriptionList();
await this.model.getFaultReasonList();
let str = decodeURIComponent(options.listitem);
if (str) {
this.detailsinfo = JSON.parse(str);

Loading…
Cancel
Save