This commit is contained in:
parent
56d4919ab9
commit
7666897677
|
|
@ -616,7 +616,8 @@ export default {
|
|||
let param = {
|
||||
detailsId:this.rowData.detailsId,
|
||||
infoId:this.rowData.detailsId,
|
||||
docName:this.reNameForm.newName
|
||||
docName:this.reNameForm.newName,
|
||||
parentId:this.rowData.parentId
|
||||
}
|
||||
this.$refs["reNameForm"].validate(async (valid) => {
|
||||
if (valid) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue