|
|
@ -5,7 +5,7 @@ |
|
|
|
<a-row> |
|
|
|
<a-row> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-form-model-item label="对应实体" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="tableId"> |
|
|
|
<a-form-model-item label="对应实体" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="tableId"> |
|
|
|
<j-search-select-tag v-model="model.tableId" dict="tablex,table_name,id" /> |
|
|
|
<j-search-select-tag v-model="model.tableId" placeholder="请选择对应实体" dict="tablex,table_name,id" /> |
|
|
|
</a-form-model-item> |
|
|
|
</a-form-model-item> |
|
|
|
</a-col> |
|
|
|
</a-col> |
|
|
|
<a-col :span="24"> |
|
|
|
<a-col :span="24"> |
|
|
@ -120,6 +120,7 @@ |
|
|
|
isUniqueness:'0', |
|
|
|
isUniqueness:'0', |
|
|
|
status:'1', |
|
|
|
status:'1', |
|
|
|
verisonStatus:'1', |
|
|
|
verisonStatus:'1', |
|
|
|
|
|
|
|
tableId:'', |
|
|
|
}, |
|
|
|
}, |
|
|
|
labelCol: { |
|
|
|
labelCol: { |
|
|
|
xs: { span: 24 }, |
|
|
|
xs: { span: 24 }, |
|
|
@ -173,6 +174,7 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
created () { |
|
|
|
created () { |
|
|
|
|
|
|
|
this.model.tableId = this.$route.query.tableId; |
|
|
|
//备份model原始值 |
|
|
|
//备份model原始值 |
|
|
|
this.modelDefault = JSON.parse(JSON.stringify(this.model)); |
|
|
|
this.modelDefault = JSON.parse(JSON.stringify(this.model)); |
|
|
|
}, |
|
|
|
}, |
|
|
|