|
@@ -119,7 +119,6 @@
|
|
|
import { formatDeptTree } from '@/views/disaster/utils/formatDeptTree';
|
|
import { formatDeptTree } from '@/views/disaster/utils/formatDeptTree';
|
|
|
import {
|
|
import {
|
|
|
queryUserPageByUsername,
|
|
queryUserPageByUsername,
|
|
|
- areaCheckListSavaArea,
|
|
|
|
|
areaCheckListQueryDetail,
|
|
areaCheckListQueryDetail,
|
|
|
areaCheckListUpdateArea,
|
|
areaCheckListUpdateArea,
|
|
|
} from '@/api/production-safety/responsibility-implementation';
|
|
} from '@/api/production-safety/responsibility-implementation';
|
|
@@ -207,7 +206,7 @@
|
|
|
formRef.value?.validate((valid: boolean) => {
|
|
formRef.value?.validate((valid: boolean) => {
|
|
|
if (valid) {
|
|
if (valid) {
|
|
|
submiting.value = true;
|
|
submiting.value = true;
|
|
|
- areaCheckListSavaArea({
|
|
|
|
|
|
|
+ areaCheckListUpdateArea({
|
|
|
...formValue,
|
|
...formValue,
|
|
|
type: 2,
|
|
type: 2,
|
|
|
})
|
|
})
|