From 58d00da7dbaff4512d2071145c53f5670e511678 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Tue, 22 Oct 2024 14:07:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E4=BA=86=E6=8E=92=E7=8F=AD=E7=9A=84?= =?UTF-8?q?=E6=97=A7=E5=8C=BA=E5=9F=9F=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + src/views/schedule/schedule.vue | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 1806e00..ef66087 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "author": "Pan ", "scripts": { "dev": "vue-cli-service serve", + "dev:prod": "vue-cli-service serve --mode production", "build:prod": "vue-cli-service build", "build:stage": "vue-cli-service build --mode staging", "preview": "node build/index.js --preview", diff --git a/src/views/schedule/schedule.vue b/src/views/schedule/schedule.vue index e871f5a..e5ba272 100644 --- a/src/views/schedule/schedule.vue +++ b/src/views/schedule/schedule.vue @@ -18,12 +18,12 @@ -
-
所属区域
- - - -
+ + + + + +
所属月份
@@ -106,9 +106,10 @@ export default { select: { page: 1, page_size: 10, + is_auth: 1, keyword:'', product_type_id:'', - area_id:'', + // area_id:'', month:'', schedule_status:'', }, @@ -228,9 +229,10 @@ export default { page_size: 10, keyword:'', product_type_id:'', - area_id:'', + // area_id:'', month:'', schedule_status:'', + is_auth: 1, } }, @@ -245,7 +247,7 @@ export default { this.getProducts() this.getLevels() this.getCustomerList() - this.getAreas() + // this.getAreas() } }