@@ -363,7 +363,7 @@ export default {
})
},
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.$nextTick(() => {
cb?.()