From 9dca2e769621ae6c5268e13a55cf9a55f004f3cd Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期一, 17 三月 2025 17:31:41 +0800 Subject: [PATCH] qx --- src/views/system/package/index.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/views/system/package/index.vue b/src/views/system/package/index.vue index 54df751..b7bfc87 100644 --- a/src/views/system/package/index.vue +++ b/src/views/system/package/index.vue @@ -688,7 +688,10 @@ this.title = "浣撴濂楅淇℃伅缁存姢"; this.DataList = []; this.checkedkey = []; + this.queryParams1.nr = "" + this.queryParams1.page=1 this.checkedListkey = []; + this.checkedNodes =[]; this.getDataList(); // getAllList().then((response) => { // this.allList = response.data; @@ -744,7 +747,9 @@ Object.keys(response.data).forEach((key) => { this.$set(this.form, key, response.data[key]); }); - console.log(this.form, 2233); + this.youhui = data.limits || 10; + this.pics = data.price || 0; + this.form.xianprice = data.newPrice || 0; this.form.keywords = this.form.keywords.slice(0, -1); this.form.keywords = this.form.keywords.split(","); -- Gitblit v1.8.0