|
@@ -177,10 +177,10 @@ export default {
|
|
|
},
|
|
},
|
|
|
addInfo(value) {
|
|
addInfo(value) {
|
|
|
if (value) {
|
|
if (value) {
|
|
|
- this.$refs.public.init(this.$route.query.caseType);
|
|
|
|
|
- // this.checkLogin(true).then(() => {
|
|
|
|
|
- // this.$refs.public.init(this.$route.query.caseType);
|
|
|
|
|
- // });
|
|
|
|
|
|
|
+ // this.$refs.public.init(this.$route.query.caseType);
|
|
|
|
|
+ this.checkLogin(false).then(() => {
|
|
|
|
|
+ this.$refs.public.init(this.$route.query.caseType);
|
|
|
|
|
+ });
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
refreash() {
|
|
refreash() {
|