This commit is contained in:
liuye
2024-02-26 10:49:23 +08:00
parent e259a3c411
commit 28439149b3

View File

@@ -36,7 +36,7 @@
@click="timeChange(i)" v-text="item"/>
<!-- <el-cascader ref="cascader2" clearable v-model="deptList" :options="deptOptions" placeholder="所属部门" size="small"
:props="defaultProps" :show-all-levels="false" @change="deptSelect"></el-cascader> -->
<AiAreaGet style="width: 250px" clearable always-show :instance="instance" v-model="areaId" placeholder="所属地区" @change="getStatistics"></AiAreaGet>
<!-- <AiAreaGet style="width: 250px" clearable always-show :instance="instance" v-model="areaId" placeholder="所属地区" @change="getStatistics"></AiAreaGet> -->
</el-row>
</template>
</ai-title>
@@ -154,7 +154,7 @@ export default {
this.instance.post('/app/appmasssendingtaskbaidu/tmpStatistics', null, {
params: {
// deptFullId: departmentId,
areaId: this.areaId,
areaId: this.totalAreaId,
type: this.type,
startTime: this.startTime,
endTime: this.endTime,