1、修复了部分bug

2、优化了数据库sql文件
3、优化了部分文件
This commit is contained in:
张乐
2020-08-19 18:23:49 +08:00
parent 61f2f85a09
commit 6231be28d5
46 changed files with 491 additions and 8077 deletions

View File

@@ -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('操作成功')