| | |
| | | </div> |
| | | </el-dialog> |
| | | <!-- 存储的业务类型--> |
| | | <el-dialog :visible.sync="BtmdialogVisible" title="为【相似项查询规则】选取值" append-to-body> |
| | | <el-dialog :visible.sync="BtmdialogVisible" title="为【业务类型】选取值" append-to-body> |
| | | <template> |
| | | <el-select v-model="SelectValue" placeholder="请选择" style="width: 135px !important;"> |
| | | <el-option |
| | |
| | | import {TreeEditSave} from '@/api/template/templateAttr' |
| | | export default { |
| | | name: "classifyTreeform.vue", |
| | | props: ['loneTreeNewForm','flag','Editclose'], |
| | | props: ['loneTreeNewForm','flag','Editclose','TreeFlag'], |
| | | data() { |
| | | return { |
| | | SelectFInd:"", |
| | |
| | | labelWidth:128, |
| | | focus:this.btmFoucus, |
| | | readonly: true, |
| | | hide:this.TreeFlag, |
| | | rules: [{ |
| | | required: true, |
| | | message: "存储的业务类型", |
| | |
| | | }, |
| | | created() { |
| | | }, |
| | | watch:{ |
| | | // TreeFlag:{ |
| | | // handler(newval){ |
| | | // const falg=newval; |
| | | // this.findObject(this.) |
| | | // } |
| | | // } |
| | | }, |
| | | methods: { |
| | | submits(form,done){ |
| | | TreeEditSave(this.loneTreeNewForm).then(res=>{ |