Commit 1b97175f authored by 李苏's avatar 李苏 💬

字段变更

parent 06918ead
......@@ -16,16 +16,11 @@
export default {
mixins: [editMixin],
mounted() {
this.$nextTick(()=>{
// this.form.taskType='CKXJ,CLSJ,PDXJ'
})
},
data() {
return {
editColItemList: [
{
label: '编码',
prop: 'code',
......@@ -58,7 +53,7 @@
},
{
label: '任务类型',
prop: 'tasktype',
prop: 'taskType',
span: 12,
type: 'RelMulSelect',
typeConfig: {
......
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