mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
取消的时候在发一次请求
This commit is contained in:
@@ -288,6 +288,7 @@ const closeDrawer = () => {
|
||||
state.selectedRowKeys=[]
|
||||
state.selectedRow=[]
|
||||
resetFields()
|
||||
getTopList()
|
||||
emit('update:visible', false)
|
||||
}
|
||||
|
||||
@@ -319,6 +320,7 @@ const handleChange = (info) => {
|
||||
console.log("info", info.file.percent);
|
||||
state.status = '正在上传'
|
||||
state.progressColor = ''
|
||||
state.uploadpercent= -1
|
||||
state.fileList = []
|
||||
state.fileList = info.fileList
|
||||
state.fileName = info.file.name;
|
||||
|
||||
Reference in New Issue
Block a user