From c761748876b5239a084e16b22f8d616897714175 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期三, 07 十二月 2022 17:10:18 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_ui --- 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