Source/UBCS-WEB/src/views/integration/integrationIndex.vue
@@ -394,9 +394,13 @@ message: "请选择一条集团分类" }); } else { const response = await syncClassifyModel(param) try { const response = await syncClassifyModel(param); if (response.status === 200) { console.log(response) this.$message.success(response.data.msg) } } catch (error) { console.error(error); } } },