zuozhengqing
2023-12-14 a347d29b64884f244a9bbaa2d75a1edb35195fdb
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 }