From 3da2a498c24b2846649cbbe468910899a6f11a98 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sun, 28 Apr 2024 10:08:44 +0800
Subject: [PATCH] 修改:客户反馈问题
---
src/page/list/favorites/data.list.vue | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/src/page/list/favorites/data.list.vue b/src/page/list/favorites/data.list.vue
index 2ec8f04..8beeeb2 100644
--- a/src/page/list/favorites/data.list.vue
+++ b/src/page/list/favorites/data.list.vue
@@ -223,13 +223,15 @@
this.fromData.value = e.target.value;
},
async newAddxg() {
+ console.log(this.shengouObj, "=====");
const res = await api.getNewAdd({
newCode: this.shengouObj.code,
applyNums: this.fromData.value,
+ type: this.shengouObj.type,
});
if (res.status === 0) {
Notify({ type: "success", message: res.msg });
- this.loadings = false;
+ this.show = false;
this.fromData.value = "";
} else {
Notify({ type: "warning", message: res.msg });
@@ -257,12 +259,9 @@
stockType = array[0].name;
}
let opt = {
- // pageNum: this.pageNumVal,
- // pageSize: 15,
- // stockPlate: "",
- keyWords: this.sousuo,
- // stockType: stockType,
- // orderBy: "",
+ zt: 0,
+ getType: 1,
+ pageSize: 1000,
};
let data = await api.getStocklist(opt);
this.loading = false;
--
Gitblit v1.9.3