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