lijinlongNew
许宏杰 2 weeks ago
parent 6ca3884d04
commit 3185b2a724

@ -6058,7 +6058,7 @@ export default {
assetUnitData("post", this.ruleForm).then((res) => { assetUnitData("post", this.ruleForm).then((res) => {
// console.log(res,"res"); // console.log(res,"res");
this.loading = false; this.loading = false;
this.$modal.msgSuccess("新增成功"); this.$modal.msgSuccess("提交成功,待管理员审核通过后完成新增");
this.$router.push({ name: this.name, params: this.queryData }); this.$router.push({ name: this.name, params: this.queryData });
}); });
} }

@ -687,7 +687,7 @@ export default {
this.ruleForm.xzType = 1; this.ruleForm.xzType = 1;
assetMiniPrograms("post", this.ruleForm).then((res) => { assetMiniPrograms("post", this.ruleForm).then((res) => {
this.loading = false; this.loading = false;
this.$modal.msgSuccess("新增成功"); this.$modal.msgSuccess("提交成功,待管理员审核通过后完成新增");
this.$router.push({ name: this.name, params: this.queryData }); this.$router.push({ name: this.name, params: this.queryData });
}); });
} }

@ -1027,7 +1027,7 @@ export default {
assetOfficialAccount("post", this.ruleForm).then((res) => { assetOfficialAccount("post", this.ruleForm).then((res) => {
// console.log(res,"res"); // console.log(res,"res");
this.loading = false; this.loading = false;
this.$modal.msgSuccess("新增成功"); this.$modal.msgSuccess("提交成功,待管理员审核通过后完成新增");
this.$router.push({ name: this.name, params: this.queryData }); this.$router.push({ name: this.name, params: this.queryData });
}); });
} }

@ -559,7 +559,7 @@ export default {
assetEmail("post", this.ruleForm).then((res) => { assetEmail("post", this.ruleForm).then((res) => {
// console.log(res,"res"); // console.log(res,"res");
this.loading = false; this.loading = false;
this.$modal.msgSuccess("新增成功"); this.$modal.msgSuccess("提交成功,待管理员审核通过后完成新增");
// this.$router.go(-1); // this.$router.go(-1);
this.$router.push({ name: this.name, params: this.queryData }); this.$router.push({ name: this.name, params: this.queryData });
}); });

@ -545,7 +545,9 @@ export default {
assetApp("post", this.ruleForm).then((res) => { assetApp("post", this.ruleForm).then((res) => {
// console.log(res,"res"); // console.log(res,"res");
this.loading = false; this.loading = false;
this.$modal.msgSuccess("新增成功"); // this.$modal.msgSuccess("");
this.$modal.msgSuccess("提交成功,待管理员审核通过后完成新增");
this.$router.push({ name: this.name, params: this.queryData }); this.$router.push({ name: this.name, params: this.queryData });
}); });
} }

@ -2,7 +2,7 @@
<template> <template>
<div class="L-main" id="L-size-main"> <div class="L-main" id="L-size-main">
<div class="content-search" id="L-header"> <div class="content-search" id="L-header">
<div class="search-title">查询条件3</div> <div class="search-title">查询条件</div>
<el-form <el-form
:inline="true" :inline="true"
ref="queryForm" ref="queryForm"

Loading…
Cancel
Save