zhangwencui
6 天以前 9c90d0ffbc48f603c1b43e5d13805fde245a163b
src/api/basicData/newProduct.js
@@ -123,4 +123,11 @@
        method: 'get',
        params: query
    })
}
// 拉取数据
export function loadData() {
    return request({
        url: '/productMaterial/loadData',
        method: 'get',
    })
}