From 84b7e68f71e414e575518b3c34bf722782cc507d Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期二, 07 一月 2025 17:27:20 +0800
Subject: [PATCH] feat: 修改月租车页面
---
src/components/page/leaderShow/Dialog/shangjiZhipaiForm.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/components/page/leaderShow/Dialog/shangjiZhipaiForm.vue b/src/components/page/leaderShow/Dialog/shangjiZhipaiForm.vue
index 539ebd2..38c134e 100644
--- a/src/components/page/leaderShow/Dialog/shangjiZhipaiForm.vue
+++ b/src/components/page/leaderShow/Dialog/shangjiZhipaiForm.vue
@@ -136,7 +136,6 @@
//鍔犺浇鏁版嵁
loadData() {
let newObj = Object.assign({},this.pageData,this.type)
- console.log('newObj-----',newObj)
this.$byutil.loadPageData(this, this.pageConfig.pageDataUrl,newObj);
},
handleSizeChange(val) {
--
Gitblit v1.9.1