cosmoim-852 fix 汇总拣配解锁问题修复

master
guoshuang 3 years ago
parent e4829b2c20
commit 7bfd821ed7

@ -171,7 +171,7 @@ export default class LoginPage extends BasePage {
console.log('......', server.serverAddress);
if (server.serverAddress.includes('https://eurmom.haier.net')) {
//
this.Version = '1.1.28';
this.Version = '1.1.29';
} else {
this.Version = '1.0.49';
}

@ -415,10 +415,10 @@ export default class RawReceiptDetail extends BasePage {
};
this.unLockParams = params;
await this.model.queryAggregateList(params);
if (this.unlockflg == 0) {
await this.unlock();
}
this.unlockflg++;
// if (this.unlockflg == 0) {
// await this.unlock();
// }
// this.unlockflg++;
this.disableflg = false;
this.some = {};
this.LocationList = [];

Loading…
Cancel
Save