初始化加入接口:/fileUploadAndDownload/editFileName (#1025)

* 初始化加入接口:/fileUploadAndDownload/editFileName

Co-authored-by: task <121913992@qq.com>
This commit is contained in:
task
2022-04-13 12:29:32 +08:00
committed by GitHub
parent 6fb6ac2d6c
commit c7ce98f1d5
4 changed files with 8 additions and 2 deletions

View File

@@ -169,7 +169,8 @@ const editFileNameFunc = async(row) => {
confirmButtonText: '确定',
cancelButtonText: '取消',
inputPattern: /\S/,
inputErrorMessage: '不能为空'
inputErrorMessage: '不能为空',
inputValue: row.name
}).then(async({ value }) => {
row.name = value;
//console.log(row)