@ -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.35';
this.Version = '1.1.36';
} else {
this.Version = '1.0.50';
}
@ -126,9 +126,12 @@ export default class rawMaterialInventory extends BasePage {
// this.wl = this.model.InventoryItemList[0];
this.isfocus = false;
setTimeout(() => {
this.$nextTick(() => {
this.isfocus = true;
}, 0);
});
// setTimeout(() => {
// this.isfocus = true;
// }, 0);
//选择其中一条物料
// onchange(e: any) {