This commit is contained in:
2022-10-14 15:46:39 +08:00
parent 4955183745
commit f95df039f3
15 changed files with 1033 additions and 1 deletions

View File

@@ -119,6 +119,9 @@
icon: 'none'
})
this.disabled = false
this.pkId = ''
this.pkObj = {}
this._queryMaterialInfo()
} catch (e) {
this.disabled = false
}

View File

@@ -139,6 +139,9 @@
icon: 'none'
})
this.disabled = false
this.checkArr = []
this._queryMaterialInfo()
} catch (e) {
this.disabled = false
}

View File

@@ -141,6 +141,8 @@
icon: 'none'
})
this.disabled1 = false
this.checkArr = []
this._queryMaterialInfo()
} catch (e) {
this.disabled1 = false
}
@@ -159,6 +161,8 @@
icon: 'none'
})
this.disabled2 = false
this.checkArr = []
this._queryMaterialInfo()
} catch (e) {
this.disabled2 = false
}

View File

@@ -129,6 +129,8 @@
icon: 'none'
})
this.disabled = false
this.checkArr = []
this._queryMaterialInfo()
} catch (e) {
this.disabled = false
}

View File

@@ -23,6 +23,7 @@
<script>
import { RSAencrypt } from '@/utils/jsencrypt.js'
import {handLogin} from '@/utils/api.js'
import checkUpdate from '@/uni_modules/uni-upgrade-center-app/utils/check-update'
export default {
data() {
return {
@@ -32,6 +33,9 @@
saveUser: this.$store.getters.loginName ? true : false,
disabled: false
}
},
mounted () {
checkUpdate();
},
methods: {
toSaveUser() {