|
@@ -776,7 +776,8 @@ const abolishOneClick = () => {
|
|
|
const abolishOneSave = async () => {
|
|
|
const info = getStoreData('prenodeDataInfo') || {}
|
|
|
const {error, code} = await wbsApi.abolishOne({
|
|
|
- primaryKeyId: info?.primaryKeyId || '',
|
|
|
+ // primaryKeyId: info?.primaryKeyId || '',
|
|
|
+ primaryKeyId: dataId,
|
|
|
classify: authBtnTabKey.value
|
|
|
})
|
|
|
if (!error && code === 200) {
|