@@ -54,7 +54,8 @@ export default {
timeLimit: "",//办结时限
categoryId: "",//事件分类
deptId: "", //指派部门
- deptName: ""
+ deptName: "",
+ categoryList: []
},
orgOptions: [],
orgOptionProps: {
@@ -124,6 +125,7 @@ export default {
this.eventDetailCopy = JSON.parse(JSON.stringify(this.eventDetailData));
// 这一步接收到eventDetailCopy在这里回填
if (this.eventDetailCopy.parentCategoryId && this.eventDetailCopy.categoryId) {
+ this.selCateObj = this.eventDetailCopy.selCateObj
this.formData.categoryId = this.eventDetailCopy.categoryId
this.selCategoryArray.push(this.eventDetailCopy.parentCategoryId, this.eventDetailCopy.categoryId)
}
@@ -195,7 +197,7 @@ export default {
},
async getReplayInfo() {
this.okflag = false;
- this.$refs["ref_form1"].validate((valid, messageObj) => {
+ this.$refs["ref_form2"].validate((valid, messageObj) => {
if (!valid) {
app.util.validateRule(messageObj);
} else {
diff --git a/src/views/modules/shequzhili/event/eventList.vue b/src/views/modules/shequzhili/event/eventList.vue
index cb2373758..86a1d013b 100644
--- a/src/views/modules/shequzhili/event/eventList.vue
+++ b/src/views/modules/shequzhili/event/eventList.vue
@@ -324,6 +324,7 @@ export default {
showVoice: false,
selVoiceUrl: "",
multipleSelection: [],
+ importLoading: false
};
},
computed: {