|
@@ -136,13 +136,13 @@ const sortNodeMoadl = ()=>{
|
|
|
|
|
|
const nodeSortModalSave = async()=>{
|
|
const nodeSortModalSave = async()=>{
|
|
nodeSortModalLoading.value = true;
|
|
nodeSortModalLoading.value = true;
|
|
- const {code,data} = await submitArchiveTreeSort(nodeSortTableData.value)
|
|
|
|
|
|
+ const {code,data} = await submitArchiveTreeSort({"listSort":nodeSortTableData.value})
|
|
//console.log(res);
|
|
//console.log(res);
|
|
nodeSortModalLoading.value = false;
|
|
nodeSortModalLoading.value = false;
|
|
if (code == 200) {
|
|
if (code == 200) {
|
|
window.$message?.success('修改成功')
|
|
window.$message?.success('修改成功')
|
|
window?.location?.reload() //刷新页面
|
|
window?.location?.reload() //刷新页面
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|