a2272ded by fanguang

Merge branch 'develop' of http://117.78.60.236:8000/csbr-daop/fe-data-asset-management into develop

2 parents 6247c2cf 8eb15f05
...@@ -272,7 +272,7 @@ export const getModelDemand = (params) => { ...@@ -272,7 +272,7 @@ export const getModelDemand = (params) => {
272 // 获取质量模型评分 272 // 获取质量模型评分
273 export const getModelScore = (params) => { 273 export const getModelScore = (params) => {
274 return request({ 274 return request({
275 url: `${import.meta.env.VITE_APP_QUALITY_BASEURL}/quality-analysis-report/get-quality-score-by-dam-guid`, 275 url: `${import.meta.env.VITE_APP_QUALITY_BASEURL}/quality-analysis-report/get-quality-score-by-dam-guid-v2`,
276 method: "get", 276 method: "get",
277 params, 277 params,
278 }); 278 });
......
...@@ -241,7 +241,6 @@ const initGraph = () => { ...@@ -241,7 +241,6 @@ const initGraph = () => {
241 { 241 {
242 type: 'collapse-expand', 242 type: 'collapse-expand',
243 onChange: (item, collapsed) => { 243 onChange: (item, collapsed) => {
244 debugger
245 if (!item) { 244 if (!item) {
246 return; 245 return;
247 } 246 }
...@@ -250,7 +249,6 @@ const initGraph = () => { ...@@ -250,7 +249,6 @@ const initGraph = () => {
250 return true; 249 return true;
251 }, 250 },
252 shouldBegin: (e) => { 251 shouldBegin: (e) => {
253 debugger
254 // 若当前操作的节点 id 为 'node1',则不发生 collapse-expand 252 // 若当前操作的节点 id 为 'node1',则不发生 collapse-expand
255 if (e.item && e.item.getModel().isLoading == true) return false; 253 if (e.item && e.item.getModel().isLoading == true) return false;
256 return true; 254 return true;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!