|
@@ -363,7 +363,7 @@ export default {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
openWindow(cb) {
|
|
openWindow(cb) {
|
|
- Promise.all([getWebsit({ type: 'C', status: true, queryPartsWebsit: true, level: 1 })]).then(([res1]) => {
|
|
|
|
|
|
+ Promise.all([getWebsit({ type: 'C', status: true, level: 1 })]).then(([res1]) => {
|
|
this.websitList = res1.data
|
|
this.websitList = res1.data
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
cb?.()
|
|
cb?.()
|