|
@@ -221,7 +221,8 @@
|
|
|
<image-upload-gljt :isShowTip="false" :limit="1" v-model="form.tx"/>
|
|
|
<span>
|
|
|
老人照片
|
|
|
- </span> <i class="el-icon-upload" @click="QRSFZ('tx')"></i>
|
|
|
+ </span>
|
|
|
+ <!--<i class="el-icon-upload" @click="QRSFZ('tx')"></i>-->
|
|
|
</el-form-item>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1440,7 +1441,7 @@
|
|
|
this.form.xzqh = [this.user.userData.dept.locationCode];
|
|
|
}
|
|
|
this.getAccessToken();
|
|
|
- this.createConnection();
|
|
|
+ // this.createConnection();
|
|
|
this.status = null;
|
|
|
this.open = true;
|
|
|
this.title = "添加高龄津贴申请信息";
|