马宇豪
2023-12-13 7aec2e86f29f330f9b5f3b85d6ad82ae39c152e3
src/views/components/details.vue
@@ -148,7 +148,7 @@
      state.content.createTime = state.content.createTime.substring(0.,16)
      state.content.issueDate = state.content.issueDate.substring(0,10)
      state.content.validDate = state.content.validDate.substring(0,10)
      state.content.business = getName(state.content.business)
      state.content.business = state.content.businessNames.join()
    }else{
      ElMessage.warning(res.message)
    }