【修改】sousuo zhikong
This commit is contained in:
@@ -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:'删除成功'
|
||||
|
||||
Reference in New Issue
Block a user