|
@@ -1402,7 +1402,7 @@ const sortModalDialogClick = async () => {
|
|
if (!error && code === 200) {
|
|
if (!error && code === 200) {
|
|
window.$message?.success(msg)
|
|
window.$message?.success(msg)
|
|
sortModalDialogClose()
|
|
sortModalDialogClose()
|
|
- getTaskInfoList()
|
|
|
|
|
|
+ getTableData()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
const sortModalDialogClose = ()=>{
|
|
const sortModalDialogClose = ()=>{
|