|
@@ -2692,7 +2692,7 @@ export default {
|
|
|
this.status = null;
|
|
|
this.open = true;
|
|
|
this.title = "添加高龄津贴申请信息";
|
|
|
- this.createConnection();
|
|
|
+ // this.createConnection();
|
|
|
},
|
|
|
getSqShrxm(){
|
|
|
if(localStorage.getItem('sqShrxm')&&!this.form.sqShrxm){
|
|
@@ -2786,7 +2786,7 @@ export default {
|
|
|
}
|
|
|
//草稿、被拒绝、社区审核
|
|
|
if (this.status == "4" || this.status == "0" || this.status == "50") {
|
|
|
- this.createConnection();
|
|
|
+ // this.createConnection();
|
|
|
}
|
|
|
});
|
|
|
},
|