【修改】sousuo zhikong

This commit is contained in:
zhoulingpo
2023-04-28 20:43:56 +08:00
parent 20d8183906
commit 73aee8977a
+2
View File
@@ -476,6 +476,7 @@ export default {
this.reportList()
},
updateList(){
this.filterText=''
this.$api.report.labelList().then(res => {
this.treeData=res.data
this.cascaderOptions=res.data
@@ -521,6 +522,7 @@ export default {
.then(_ => {
this.$api.report.labelDeleteId(data).then(res=>{
if(res.ok){
this.filterText=''
this.$message({
type:'success',
message:'删除成功'