|
@@ -28,6 +28,7 @@
|
|
placeholder="请选择"
|
|
placeholder="请选择"
|
|
style="width: 400px;"
|
|
style="width: 400px;"
|
|
clearable
|
|
clearable
|
|
|
|
+ @visible-change="$forceUpdate()"
|
|
>
|
|
>
|
|
<el-option
|
|
<el-option
|
|
v-for="item in options"
|
|
v-for="item in options"
|
|
@@ -608,11 +609,13 @@ export default {
|
|
//改变证书类型
|
|
//改变证书类型
|
|
changeCertificateType(val){
|
|
changeCertificateType(val){
|
|
if(val==1){
|
|
if(val==1){
|
|
|
|
+ console.log(this.form.company,'公司');
|
|
this.form.company=2
|
|
this.form.company=2
|
|
|
|
+ this.$forceUpdate();//强制刷新视图
|
|
|
|
|
|
}
|
|
}
|
|
-
|
|
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
+
|
|
},
|
|
},
|
|
created () {
|
|
created () {
|
|
this.getOptions()
|
|
this.getOptions()
|