|
@@ -3833,11 +3833,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,
|