Admin
2022-09-07 5890a81be95fe65622c605083b1808b6997d4417
src/views/contingencyManagement/panManagement/component/openAdd.vue
@@ -287,7 +287,7 @@
         if(!ruleForm.value.fileList){
            ruleForm.value.fileList = []
         }
         if (title == '新建应急预案管理') {
         if (title == '新增应急预案管理') {
            if (!formEl) return;
            await formEl.validate((valid, fields) => {
               if (valid) {
@@ -468,4 +468,4 @@
.el-select {
   width: 100%;
}
</style>
</style>