提交 f0f49df1 authored 作者: lihuihui's avatar lihuihui

update

上级 3bba545a
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
点击{{ returnData.show || returnData.show === undefined ? '创建' : '删除' }}{{ subTitle }} 点击{{ returnData.show || returnData.show === undefined ? '创建' : '删除' }}{{ subTitle }}
</div> </div>
<el-input <el-input
:type="dataFlag == 'describeParams' ? 'textarea' : 'input'"
:maxlength="valueMaxLength" :maxlength="valueMaxLength"
v-if="returnData.show === false" v-if="returnData.show === false"
style="margin-top: 15px" style="margin-top: 15px"
...@@ -98,7 +99,8 @@ export default { ...@@ -98,7 +99,8 @@ export default {
default: () => { default: () => {
return {} return {}
} }
} },
dataFlag: { type: String }
}, },
data() { data() {
return { return {
...@@ -208,7 +210,6 @@ export default { ...@@ -208,7 +210,6 @@ export default {
toolListWat: { toolListWat: {
deep: true, deep: true,
handler() { handler() {
console.log(this.toolList, 'list')
this.setStyleData() this.setStyleData()
const data = Object.assign({ originalData: this.toolList }, this.returnData) const data = Object.assign({ originalData: this.toolList }, this.returnData)
data.toolIndex = this.toolIndex data.toolIndex = this.toolIndex
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论