Commit 3376a630 authored by 李苏's avatar 李苏 💬

遗漏提交

parent da86cf82
...@@ -47,7 +47,6 @@ import Cx from './cx.vue' ...@@ -47,7 +47,6 @@ import Cx from './cx.vue'
this.$warning('请先选择SAP变更类型') this.$warning('请先选择SAP变更类型')
} }
}, },
/* 需要整体row时的回调 */ /* 需要整体row时的回调 */
computedRow(row) { computedRow(row) {
// this.$refs.editTableForEdit.$forceUpdate() // this.$refs.editTableForEdit.$forceUpdate()
...@@ -64,16 +63,12 @@ import Cx from './cx.vue' ...@@ -64,16 +63,12 @@ import Cx from './cx.vue'
delete item.id delete item.id
this.formDetail.push(_.cloneDeep(item)) this.formDetail.push(_.cloneDeep(item))
}) })
} }
}, },
components:{ components:{
Cx Cx
}, },
mounted() { mounted() {
}, },
data() { data() {
return { return {
...@@ -116,10 +111,6 @@ import Cx from './cx.vue' ...@@ -116,10 +111,6 @@ import Cx from './cx.vue'
span: 24, span: 24,
type: 'input', type: 'input',
}, },
], ],
/* 从表编辑数据 */ /* 从表编辑数据 */
editTableTitle: [{ editTableTitle: [{
...@@ -183,9 +174,6 @@ import Cx from './cx.vue' ...@@ -183,9 +174,6 @@ import Cx from './cx.vue'
field: "ztsl", field: "ztsl",
width: 200, width: 200,
} }
] ]
} }
} }
......
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