|
@@ -220,10 +220,13 @@ import zjDialogPicker from "@/components/zj-dialog/zj-dialog-picker.vue";
|
|
|
this.$api.get('/user/apply/websit')
|
|
|
.then(res => {
|
|
|
this.websitList = res.data;
|
|
|
+ if (this.websitList.length == 1) {
|
|
|
+ this.websit = this.websitList[0]
|
|
|
+ }
|
|
|
})
|
|
|
},
|
|
|
|
|
|
- confirmWebsitDialog(e) {
|
|
|
+ confirmWebsitDialog(e) {
|
|
|
this.websit = this.websitList[e[0]];
|
|
|
this.isShowWebsitDialog = false;
|
|
|
},
|