xbot
This commit is contained in:
@@ -151,7 +151,7 @@ export default {
|
|||||||
getTotal() {
|
getTotal() {
|
||||||
console.log(1)
|
console.log(1)
|
||||||
var totalDepartmentId = this.totalDeptList.length ? this.totalDeptList[this.totalDeptList.length-1] : ''
|
var totalDepartmentId = this.totalDeptList.length ? this.totalDeptList[this.totalDeptList.length-1] : ''
|
||||||
this.instance.post(`/app/appsessionarchivekeywordrecord/statistics1?departmentId=${totalDepartmentId}`).then(res => {
|
this.instance.post(`/app/appsessionarchivekeywordrecord/statistics1?deptFullId=${totalDepartmentId}`).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
console.log(res)
|
console.log(res)
|
||||||
this.totalInfo = res.data
|
this.totalInfo = res.data
|
||||||
@@ -163,7 +163,7 @@ export default {
|
|||||||
var departmentId = this.deptList.length ? this.deptList[this.deptList.length-1] : ''
|
var departmentId = this.deptList.length ? this.deptList[this.deptList.length-1] : ''
|
||||||
this.instance.post('/app/appsessionarchivekeywordrecord/statistics2', null, {
|
this.instance.post('/app/appsessionarchivekeywordrecord/statistics2', null, {
|
||||||
params: {
|
params: {
|
||||||
departmentId,
|
deptFullId: departmentId,
|
||||||
type: this.type,
|
type: this.type,
|
||||||
startTime: this.startTime,
|
startTime: this.startTime,
|
||||||
endTime: this.endTime,
|
endTime: this.endTime,
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
getTotal() {
|
getTotal() {
|
||||||
var totalDepartmentId = this.totalDeptList.length ? this.totalDeptList[this.totalDeptList.length-1] : ''
|
var totalDepartmentId = this.totalDeptList.length ? this.totalDeptList[this.totalDeptList.length-1] : ''
|
||||||
this.instance.post(`/app/appsessionarchivereportinfo/statistics1?departmentId=${totalDepartmentId}`).then(res => {
|
this.instance.post(`/app/appsessionarchivereportinfo/statistics1?deptFullId=${totalDepartmentId}`).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
console.log(res)
|
console.log(res)
|
||||||
this.totalInfo = res.data
|
this.totalInfo = res.data
|
||||||
@@ -174,7 +174,7 @@ export default {
|
|||||||
var departmentId = this.deptList.length ? this.deptList[this.deptList.length-1] : ''
|
var departmentId = this.deptList.length ? this.deptList[this.deptList.length-1] : ''
|
||||||
this.instance.post('/app/appsessionarchivereportinfo/statistics2', null, {
|
this.instance.post('/app/appsessionarchivereportinfo/statistics2', null, {
|
||||||
params: {
|
params: {
|
||||||
departmentId,
|
deptFullId: departmentId,
|
||||||
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