|
@@ -421,8 +421,8 @@ export default {
|
|
|
},
|
|
|
getWebsit() {
|
|
|
if (this.type == 0) {
|
|
|
- this.formData.websitId = JSON.parse(localStorage.getItem('greemall_user')).adminWebsitId
|
|
|
- this.formData.websitName = JSON.parse(localStorage.getItem('greemall_user')).nickName
|
|
|
+ // this.formData.websitId = JSON.parse(localStorage.getItem('greemall_user')).adminWebsitId
|
|
|
+ // this.formData.websitName = JSON.parse(localStorage.getItem('greemall_user')).nickName
|
|
|
} else {
|
|
|
getWebsit({ type: 'C' }).then(res => {
|
|
|
this.websitList = res.data
|