| | |
| | | width="1200px" |
| | | append-to-body |
| | | > |
| | | <el-form ref="form" :model="propform" label-width="80px"> |
| | | <el-form ref="form" :model="propform" label-width="80px" @submit.native.prevent> |
| | | <el-form-item label="建议标题" prop="title"> |
| | | <el-input v-model="propform.title" placeholder="请输入名称标题" /> |
| | | </el-form-item> |
| | |
| | | console.log(val, 111); |
| | | this.propform.advice = val.proParentList; |
| | | this.isZjs = val.isZj; |
| | | if(val.proParentList){ |
| | | this.getList(); |
| | | } |
| | | |
| | | }, |
| | | }, |
| | | mounted() { |
| | | this.propform.kjbq = []; |
| | | this.getList(); |
| | | // this.getList(); |
| | | }, |
| | | |
| | | created() { |
| | | this.getList(); |
| | | // this.getList(); |
| | | }, |
| | | methods: { |
| | | getList() { |
| | |
| | | }, |
| | | handleCheckedCitiesChange(val) {}, |
| | | handleOk() { |
| | | console.log(this.isZjs); |
| | | |
| | | if (this.isZjs == 0) { |
| | | let data = { |
| | | title: this.propform.title, |