Merge pull request '提交' (#57) from lukeyan into master

Reviewed-on: #57
pull/64/head^2
lukeyan 1 year ago
commit 07686f0fe3

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

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

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

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

Loading…
Cancel
Save