提交 118a80e3 authored 作者: 翟畅's avatar 翟畅

zc集团概况、与我同行模块展示

上级 ac6e4c76
......@@ -161,6 +161,7 @@ export default {
columnId:null,
year:null,
id:null,
modularType: 2,
},
contentForm2:{
columnId:null,
......@@ -390,6 +391,7 @@ export default {
this.sending = true
this.$refs['contentForm2'].validate((valid) => {
if (valid) {
this.contentForm2.modularType=2
createConSave2API(this.contentForm2).then(res =>{
if (res.data.code === 0) {
this.$message.success('保存成功');
......
......@@ -432,6 +432,7 @@ export default {
this.sending = true
this.$refs['contentForm2'].validate((valid) => {
if (valid) {
this.contentForm2.modularType=1
createConSave2API(this.contentForm2).then(res =>{
if (res.data.code === 0) {
this.$message.success('保存成功');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论