|
|
@ -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 });
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|