src/views/operate/outEnterLibrary/index.vue
@@ -42,6 +42,7 @@ v-if="editConfig.visible" :edit-common-config="editConfig" :add-name="addName" :workType="workType" /> </div> </template> @@ -77,6 +78,7 @@ }, params: {}, baseOperationTypeList:getDataByType("baseOperationTypeTwo"), workType:-1 } }, created() { @@ -268,6 +270,8 @@ this.getData() }, tableRowClick(row,val) { console.log(row,"看看") this.workType=row.baseOperationType this.editConfig.title = val getOperationInfo(row.operationId).then((res)=>{ this.editConfig.infomation = { ...res.data }