|
@@ -792,7 +792,7 @@ const rulesAll = reactive<FormRules<RuleForm>>({
|
|
|
onActivated(async ()=>{
|
|
|
const params = router.currentRoute.value.query
|
|
|
console.log('params',params)
|
|
|
- if (params && params.socialNo && params.type ) {
|
|
|
+ if (params && params.socialNo && params.type && params.userCode ) {
|
|
|
keyCode.value = params.socialNo
|
|
|
await sleep(300);
|
|
|
if(params.type =='1'){
|
|
@@ -801,6 +801,7 @@ onActivated(async ()=>{
|
|
|
}else {
|
|
|
isQueryBrInfo.value = false
|
|
|
await queryBrInfo()
|
|
|
+ ruleForm.value.creatId = params.userCode
|
|
|
}
|
|
|
}
|
|
|
})
|