Merge remote-tracking branch 'origin/master'

This commit is contained in:
zhn
2022-05-25 17:28:49 +08:00
@@ -248,8 +248,24 @@
}else if(this.dictVal='tree'){
this.parentVisible=true
this.editPId=''
//
// this.getAllTree()
}
},
// getAllTree() {
// postAction(`sys/category/queryPageList`,{
// sysDictId:this.record.id,
// isTagDict:1
// }).then(res=>{
// console.log(res,'res,,,')
// // this.tabletreeDataSource=[...res.result.records]
// // this.total=res.result.total
// // let data = this.toTree(this.tabletreeDataSource)
// // this.tabletreeData=data
// // this.parentData=this.getParents
// // this.dataFlag=true
// })
// },
//保存
hideModal(){
this.$refs.ruleForm.validate(valid => {