From dc7ef35a8d972bdd853c8324703087ac4b6b9063 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123 <819527061@qq.com> Date: 星期五, 31 三月 2023 16:52:46 +0800 Subject: [PATCH] 细节修改 --- 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