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