初始化加入接口:/fileUploadAndDownload/editFileName (#1025)
* 初始化加入接口:/fileUploadAndDownload/editFileName Co-authored-by: task <121913992@qq.com>
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user