|
@@ -429,6 +429,7 @@ export default {
|
|
|
this.$message(res.msg);
|
|
|
this.dialogVisible = false;
|
|
|
this.$emit("getTotal");
|
|
|
+ this.form = { workPlace: this.defaultArea };
|
|
|
this.handlegetComPostList();
|
|
|
})
|
|
|
.catch((err) => {
|
|
@@ -447,6 +448,7 @@ export default {
|
|
|
.then((res) => {
|
|
|
// console.log("addcomPost", res);
|
|
|
this.$message(res.msg);
|
|
|
+ this.form = { workPlace: this.defaultArea }
|
|
|
this.dialogVisible = false;
|
|
|
})
|
|
|
.catch((err) => {
|