提交 #57

Merged
lukeyan merged 1 commits from lukeyan into master 1 year ago

@ -53,6 +53,7 @@ export default {
b.click(); b.click();
b.remove(); b.remove();
}); });
this.visible = false;
}, },
}, },
}; };

@ -53,6 +53,7 @@ export default {
b.click(); b.click();
b.remove(); b.remove();
}); });
this.visible = false;
}, },
}, },
}; };

@ -195,7 +195,7 @@ export default {
data() { data() {
return { return {
visible: false, visible: false,
title: "新", title: "新",
form: { form: {
companyId: "", companyId: "",
companyName: "", companyName: "",
@ -335,7 +335,7 @@ export default {
this.num = num; this.num = num;
await this.obtain_select_list(); // await this.obtain_select_list(); //
if (num === "1") { if (num === "1") {
this.title = "新"; this.title = "新";
this.disabled = false; this.disabled = false;
this.form = { this.form = {
companyId: "", companyId: "",
@ -447,8 +447,8 @@ export default {
addPerceptionList(this.form).then((res) => { addPerceptionList(this.form).then((res) => {
this.visible = false; this.visible = false;
console.log(res); console.log(res);
this.$message.success("新成功"); this.$message.success("新成功");
// //
this.$emit("refresh_perception"); this.$emit("refresh_perception");
}); });
} else if (this.num === "5") { } else if (this.num === "5") {

@ -163,7 +163,7 @@ export default {
data() { data() {
return { return {
visible: false, visible: false,
title: "新", title: "新",
form: { form: {
companyId: "", companyId: "",
companyName: "", companyName: "",
@ -287,7 +287,7 @@ export default {
this.num = num; this.num = num;
await this.obtain_select_list(); // await this.obtain_select_list(); //
if (num === "1") { if (num === "1") {
this.title = "新"; this.title = "新";
this.disabled = false; this.disabled = false;
this.form = { this.form = {
companyId: "", companyId: "",
@ -383,7 +383,7 @@ export default {
addVideoList(this.form).then((res) => { addVideoList(this.form).then((res) => {
this.visible = false; this.visible = false;
console.log(res); console.log(res);
this.$message.success("新成功"); this.$message.success("新成功");
// //
this.$emit("refresh_video"); this.$emit("refresh_video");
}); });

Loading…
Cancel
Save