src/views/overview/OverviewListView.vue
@@ -40,7 +40,7 @@ <!-- 新建/编辑 --> <AddOverviewDialog v-if="editConfig.visible" :work-type="workType" :workType="workType" :edit-common-config="editConfig" :add-name="addName" :display-edit="displayEdit" @@ -87,7 +87,6 @@ } }, created() { console.log(this.workType) this.setFormToLabel() this.setTable() var paramsData = sessionStorage.getItem("paramsData") @@ -263,7 +262,6 @@ }, // 查看 编辑 tableRowClick(row, val) { console.log(row) this.editConfig.visible = true this.editConfig.title = val this.editConfig.operationTypeId = this.params.id