zhouwenxuan
2023-12-14 e3b49d33e9c2e8ba75ce3d6fdef0da27d529c72c
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)
    }