Commit cb892d07 authored by miaojiale's avatar miaojiale

Merge branch 'dev' into dev_Miaojiale

parents d61adbc1 6ae2bd50
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
<el-input-number <el-input-number
v-model="data.labelWidth" v-model="data.labelWidth"
:min="80" :min="80"
:max="500"
:step="10" :step="10"
controls-position="right" controls-position="right"
placeholder="标签宽度" placeholder="标签宽度"
......
...@@ -77,7 +77,6 @@ ...@@ -77,7 +77,6 @@
controls-position="right" controls-position="right"
placeholder="标题宽度" placeholder="标题宽度"
:min="0" :min="0"
:max="400"
></el-input-number> ></el-input-number>
</el-form-item> </el-form-item>
<template <template
......
...@@ -13,8 +13,6 @@ export default { ...@@ -13,8 +13,6 @@ export default {
formTabs: [], formTabs: [],
formTabsList: [], formTabsList: [],
isUpdated: false, isUpdated: false,
name: "",
patient_number: "",
} }
}, },
computed: { computed: {
...@@ -64,7 +62,7 @@ export default { ...@@ -64,7 +62,7 @@ export default {
getCurrentFormByType(type = 1) { getCurrentFormByType(type = 1) {
this.fromLoading = true this.fromLoading = true
getCurrentFormByType({ getCurrentFormByType({
type: 1, type,
groupId: this.group.groupId, groupId: this.group.groupId,
}) })
.then((res) => { .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