|
|
@@ -2207,7 +2207,7 @@ const sortFormSubmit = async () => {
|
|
|
return
|
|
|
}
|
|
|
const rows = tableSortFormData.value
|
|
|
- const ids = arrToKey(rows, 'id')
|
|
|
+ const ids = arrToKey(rows, 'pkeyId')
|
|
|
//发起请求
|
|
|
nodeSaveLoading.value = true
|
|
|
const { error, code, msg } = await wbsApi.formTableSort({
|