13937891274
2022-08-04 be76681e5865d3e05945570f9c1c709db0a4514f
src/views/contingencyManagement/panManagement/component/openAdd.vue
@@ -31,6 +31,7 @@
              :props="propse"
              show-checkbox
              clearable
              check-strictly
              />
              <el-divider />
            </el-form-item>
@@ -179,8 +180,6 @@
import RegionsDialog from '/@/components/regionsDialog/index.vue'
import {emergencyPlanApi} from "/@/api/emergencyPlan";
import {goalManagementApi} from "/@/api/goalManagement";
import {emergencyPlanLogApi} from "/@/api/emergencyPlanLog";
import {contingencyApi} from "/@/api/contingency";
export default defineComponent({
  name: 'openAdd',
@@ -207,22 +206,10 @@
        }
      ],
      emergencyTeam: '', //应急队伍
      areaList: [
        {
          areaId: '',
        }
      ],  //区域列表
      areaName: '',  //区域名称
      teamList: [
        {
          teamId: '',
        }
      ],
      deptList: [
        {
          departmentId: '',
        }
      ]
      areaList: [],  //区域列表
      teamList: [],
      deptList: [],
      abolishStatus: false,
    })
    const titles = ref();
    const disabled = ref();
@@ -348,22 +335,10 @@
            }
          ],
          emergencyTeam: '', //应急队伍
          areaList: [
            {
              areaId: '',
            }
          ],  //区域列表
          areaName: '',  //区域名称
          teamList: [
            {
              teamId: '',
            }
          ],
          deptList: [
            {
              departmentId: '',
            }
          ]
          areaList: [],  //区域列表
          teamList: [],
          deptList: [],
          abolishStatus: false,
        };
      }
    };
@@ -387,6 +362,7 @@
    const openUser = () => {
      userRef.value.openDailog();
    };
    //回显
    const onUser = (e:any) => {
      ruleForm.value.authorUid=e.uid
    };