mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-24 20:28:33 +08:00
1、修复了部分bug
2、优化了数据库sql文件 3、优化了部分文件
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
:is-create="isCreate"
|
||||
:edit-data="editData"
|
||||
@submit="handlerSubmit"
|
||||
v-if="isShow"
|
||||
/>
|
||||
</el-card>
|
||||
</div>
|
||||
@@ -19,6 +20,7 @@
|
||||
components: { zbParser },
|
||||
data() {
|
||||
return {
|
||||
isShow: false,
|
||||
isCreate: 0,
|
||||
editData: {},
|
||||
formId: 109
|
||||
@@ -43,7 +45,6 @@
|
||||
'sort': 0,
|
||||
'status': true
|
||||
}
|
||||
console.log(_pram)
|
||||
configSaveForm(_pram).then(res => {
|
||||
this.getFormInfo()
|
||||
this.$message.success('操作成功')
|
||||
|
||||
Reference in New Issue
Block a user