@@ -240,6 +240,9 @@
/**V3新--------------start----**/
// 切换轮播
checkedNumButton(type) {
+ if(!this.deptId){
+ return
+ }
if (type != this.checkedNum) {
this.$set(this, 'checkedNum', type)
this.$set(this.$refs['el-carousel'], 'activeIndex', type)