Commit cb892d07 authored by miaojiale's avatar miaojiale

Merge branch 'dev' into dev_Miaojiale

parents d61adbc1 6ae2bd50
......@@ -17,7 +17,6 @@
<el-input-number
v-model="data.labelWidth"
:min="80"
:max="500"
:step="10"
controls-position="right"
placeholder="标签宽度"
......
......@@ -77,7 +77,6 @@
controls-position="right"
placeholder="标题宽度"
:min="0"
:max="400"
></el-input-number>
</el-form-item>
<template
......
......@@ -13,8 +13,6 @@ export default {
formTabs: [],
formTabsList: [],
isUpdated: false,
name: "",
patient_number: "",
}
},
computed: {
......@@ -64,7 +62,7 @@ export default {
getCurrentFormByType(type = 1) {
this.fromLoading = true
getCurrentFormByType({
type: 1,
type,
groupId: this.group.groupId,
})
.then((res) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment