|
|
@@ -309,6 +309,7 @@ export default {
|
|
|
this.addshow = true;
|
|
|
},
|
|
|
addAppshowAdd() {
|
|
|
+ this.appformLabelAlign.sid = "";
|
|
|
this.appformLabelAlign.title = "";
|
|
|
this.appformLabelAlign.content = "";
|
|
|
this.appformLabelAlign.apptype = "";
|
|
|
@@ -518,6 +519,7 @@ export default {
|
|
|
SubmitapplyForm() {
|
|
|
this.$refs.applyformLabelAlign.validate((valid) => {
|
|
|
if (valid) {
|
|
|
+ console.log(this.applyformLabelAlign);
|
|
|
this.$api.app.AppSave(this.applyformLabelAlign).then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
this.$message({ message: "操作成功", type: "success" });
|