areaId
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user