update 资料中心
This commit is contained in:
@@ -243,6 +243,11 @@ export default {
|
||||
this.treeLoading = false
|
||||
})
|
||||
},
|
||||
handleAdd: function () {
|
||||
this.$refs.modalForm.add({folderId: this.selectedTreeKeys.join(',')})
|
||||
this.$refs.modalForm.title = this.$t('newlyAdded')
|
||||
this.$refs.modalForm.disableSubmit = false
|
||||
},
|
||||
/**
|
||||
* 树节点查询
|
||||
*/
|
||||
|
||||
@@ -101,7 +101,8 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
add () {
|
||||
add (params) {
|
||||
this.modal = params
|
||||
this.visible = true
|
||||
},
|
||||
edit (record) {
|
||||
|
||||
Reference in New Issue
Block a user