From f79e3c6c9c522184ed1651fb80c337939859faa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Fri, 11 Nov 2022 10:56:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A4=E7=90=86=E7=AB=99=E5=95=86=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/OperateGoodsInfo/index.vue | 4 +++- src/views/system/goodsInfo/index.vue | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/system/OperateGoodsInfo/index.vue b/src/views/system/OperateGoodsInfo/index.vue index 58dc005..b763668 100644 --- a/src/views/system/OperateGoodsInfo/index.vue +++ b/src/views/system/OperateGoodsInfo/index.vue @@ -499,6 +499,7 @@ import { import editor from "@/components/Editor"; import { getListByUser } from "@/api/system/userlist.js"; import stationAcatar from "../stationAvatar/index.vue"; +import baseurl from "@/api/baseurl.js"; export default { components: { stationAcatar, editor }, @@ -506,6 +507,7 @@ export default { data() { return { imgone: "", + imageUrl: "", //商品图片 value: "", datas: null, @@ -742,7 +744,7 @@ export default { this.innerVisible = false; }, handleQuery2() { - this.getListByUserquery.pageNum = 1; + // this.getListByUserquery.pageNum = 1; this.info(); }, // getList2(){ diff --git a/src/views/system/goodsInfo/index.vue b/src/views/system/goodsInfo/index.vue index 69985d7..a0033eb 100644 --- a/src/views/system/goodsInfo/index.vue +++ b/src/views/system/goodsInfo/index.vue @@ -744,7 +744,7 @@ export default { this.innerVisible = false; }, handleQuery2() { - this.getListByUserquery.pageNum = 1; + // this.getListByUserquery.pageNum = 1; this.info(); }, // getList2(){