From 8e367b87b978d20a30a6ca900d95c25c9eb82b0e Mon Sep 17 00:00:00 2001 From: luobisheng <727299681@qq.com> Date: 星期三, 07 十二月 2022 16:05:40 +0800 Subject: [PATCH] 清理console以及注释代码 --- src/views/operate/rectification/surveyList/components/createInterface/index.vue | 16 ---------------- 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/src/views/operate/rectification/surveyList/components/createInterface/index.vue b/src/views/operate/rectification/surveyList/components/createInterface/index.vue index 57dd333..e7ea873 100644 --- a/src/views/operate/rectification/surveyList/components/createInterface/index.vue +++ b/src/views/operate/rectification/surveyList/components/createInterface/index.vue @@ -165,34 +165,18 @@ methods: { // 鍏抽棴寮圭獥 handleCancel() { - console.log(1); this.$emit("closeDialog", { flag: false, index: 0 }); }, //淇濆瓨 handleSave() { const { myInterface } = this; this.$refs.survey.validate((flag)=>{ - console.log(flag) if(flag){ }else{ return false } }) - // this.$axios - // .post("sccg/system/portal/thirdApp/add", { - // websiteUrl: myInterface.websiteUrl, - // applicationIconUrl: myInterface.applicationIconUrl, - // applicationType: 0, - // description: myInterface.description, - // applicationName: myInterface.applicationName, - // }) - // .then((res) => { - // console.log(res); - // // if (res.code === 200) { - // // this.refresh(); - // // } - // }); }, }, props: ['refresh','closeDialog'], -- Gitblit v1.8.0