|
@@ -226,7 +226,7 @@ const getList = async (req) => {
|
|
sourceList.value.pagination = { ...sourceList.value.pagination, ...req };
|
|
sourceList.value.pagination = { ...sourceList.value.pagination, ...req };
|
|
loading.value = true;
|
|
loading.value = true;
|
|
proxy
|
|
proxy
|
|
- .post("/contractProduct/page", sourceList.value.pagination)
|
|
|
|
|
|
+ .post("/contractProduct/page1", sourceList.value.pagination)
|
|
.then((message) => {
|
|
.then((message) => {
|
|
sourceList.value.data = message.rows.map((x) => ({
|
|
sourceList.value.data = message.rows.map((x) => ({
|
|
...x,
|
|
...x,
|