Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user