|
@@ -3619,6 +3619,7 @@ const getnodeBaseData = async ()=>{
|
|
|
const { error, code, msg, data } = await nodeBaseApi.getNodeData(
|
|
|
{
|
|
|
pKeyId: primaryKeyId.value,
|
|
|
+ classify: authBtnTabKey.value,
|
|
|
|
|
|
},
|
|
|
)
|
|
@@ -3669,8 +3670,12 @@ const resetForm = ()=>{
|
|
|
getOrSaveNodeBaseInfo()
|
|
|
}
|
|
|
const nodeBaseDataModalSave = async ()=>{
|
|
|
-
|
|
|
- nodeBaseDataLoad.value = true
|
|
|
+
|
|
|
+ if (autoFormData.value?.isDisable === 1) {
|
|
|
+ window?.$message?.warning('待审批和已审批不能修改基础数据')
|
|
|
+ return
|
|
|
+ }
|
|
|
+ nodeBaseDataLoad.value = true
|
|
|
const { error, code, msg } = await nodeBaseApi.save(
|
|
|
{
|
|
|
nodeId: primaryKeyId.value,
|