关键词管理

This commit is contained in:
liuye
2023-09-07 14:58:27 +08:00
parent 8753f74791
commit 20cd701073
3 changed files with 7 additions and 7 deletions

View File

@@ -149,7 +149,6 @@ export default {
},
methods: {
getTotal() {
console.log(1)
var totalDepartmentId = this.totalDeptList.length ? this.totalDeptList[this.totalDeptList.length-1] : ''
this.instance.post(`/app/appsessionarchivekeywordrecord/statistics1?deptFullId=${totalDepartmentId}`).then(res => {
if (res?.data) {