|
@@ -34,6 +34,8 @@ export const myMixin = {
|
|
|
}
|
|
|
},
|
|
|
async addOp3(userTime, loadTime, object, status) {
|
|
|
+ if (!this.$route.query.userid) return
|
|
|
+
|
|
|
try {
|
|
|
if(!this.userJson || !this.userJson.accountNumber){
|
|
|
let res = await this.ajax.get(this.$store.state.api + "selectUser", {
|