fix: 产品测试
This commit is contained in:
9
src/views/DataAnalyse/components/diagram/api.js
Normal file
9
src/views/DataAnalyse/components/diagram/api.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
/* 同步数据 */
|
||||
export function syncProductTest(sn) {
|
||||
return request({
|
||||
url: `/console/surveys/${sn}/sync_product_test`,
|
||||
method: 'POST',
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user