| | |
| | | console.log(result,"result") |
| | | next(); |
| | | if (!isSkip) { |
| | | next('/noData') |
| | | console.log(to,"看看to") |
| | | if(to.path==="/overview/overviewList"){ |
| | | next(); |
| | | }else{ |
| | | next('/noData') |
| | | } |
| | | } |
| | | } catch (error) { |
| | | console.error('Error in navigation guard:', error); |
| | |
| | | v-if="editConfig.visible" |
| | | :edit-common-config="editConfig" |
| | | :add-name="addName" |
| | | :workType="workType" |
| | | /> |
| | | </div> |
| | | </template> |
| | |
| | | }, |
| | | params: {}, |
| | | baseOperationTypeList:getDataByType("baseOperationTypeTwo"), |
| | | workType:-1 |
| | | } |
| | | }, |
| | | created() { |
| | |
| | | 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 } |