From cc2df46ba6192b1541b976cb992e2ea3f76b8fc7 Mon Sep 17 00:00:00 2001
From: luobisheng <727299681@qq.com>
Date: 星期五, 09 十二月 2022 17:32:54 +0800
Subject: [PATCH] 点位管理视频加载
---
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