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