| | |
| | | :wrapperCol="wrapperCol" |
| | | prop="controlSystemType" |
| | | > |
| | | <j-dict-select-tag |
| | | type="list" |
| | | <!--<j-dict-select-tag--> |
| | | <!--type="list"--> |
| | | <!--v-model="model.controlSystemType"--> |
| | | <!--dictCode="mdc_driveType"--> |
| | | <!--placeholder="请选择控制系统类型"--> |
| | | <!--/>--> |
| | | <a-auto-complete |
| | | v-model="model.controlSystemType" |
| | | dictCode="mdc_driveType" |
| | | :data-source="driveTypeList" |
| | | placeholder="请选择控制系统类型" |
| | | :filter-option="filterOption" |
| | | /> |
| | | </a-form-model-item> |
| | | </a-col> |
| | |
| | | type: Boolean, |
| | | default: false, |
| | | required: false |
| | | }, |
| | | driveTypeList:{ |
| | | type:Object |
| | | } |
| | | }, |
| | | data() { |
| | |
| | | httpAction(httpurl, this.model, method).then((res) => { |
| | | if (res.success) { |
| | | // that.$message.success(res.message); |
| | | that.$notification.warning({ |
| | | that.$notification.success({ |
| | | message:'消息', |
| | | description:res.message |
| | | }); |