areaId
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
@click="timeChange(i)" v-text="item"/>
|
@click="timeChange(i)" v-text="item"/>
|
||||||
<!-- <el-cascader ref="cascader2" clearable v-model="deptList" :options="deptOptions" placeholder="所属部门" size="small"
|
<!-- <el-cascader ref="cascader2" clearable v-model="deptList" :options="deptOptions" placeholder="所属部门" size="small"
|
||||||
:props="defaultProps" :show-all-levels="false" @change="deptSelect"></el-cascader> -->
|
: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>
|
</el-row>
|
||||||
</template>
|
</template>
|
||||||
</ai-title>
|
</ai-title>
|
||||||
@@ -154,7 +154,7 @@ export default {
|
|||||||
this.instance.post('/app/appmasssendingtaskbaidu/tmpStatistics', null, {
|
this.instance.post('/app/appmasssendingtaskbaidu/tmpStatistics', null, {
|
||||||
params: {
|
params: {
|
||||||
// deptFullId: departmentId,
|
// deptFullId: departmentId,
|
||||||
areaId: this.areaId,
|
areaId: this.totalAreaId,
|
||||||
type: this.type,
|
type: this.type,
|
||||||
startTime: this.startTime,
|
startTime: this.startTime,
|
||||||
endTime: this.endTime,
|
endTime: this.endTime,
|
||||||
|
|||||||
Reference in New Issue
Block a user