| | |
| | | <el-input v-model="formInline.litigant" placeholder="审批人"></el-input> |
| | | </el-form-item> |
| | | <el-form-item label="电话"> |
| | | <el-input v-model="formInline.user" placeholder="审批人"></el-input> |
| | | <el-input v-model="formInline.phone" placeholder="电话"></el-input> |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-button type="primary" @click="getDataList(0)">查询</el-button> |
| | | <el-button type="primary" @click="look()">查询</el-button> |
| | | </el-form-item> |
| | | <el-form-item style="float: right"> |
| | | <el-button type="primary" @click="getById">新增</el-button> |
| | |
| | | this.getDataList(0) |
| | | }, |
| | | methods: { |
| | | look(){ |
| | | // this.formInline.phone =1111 |
| | | this.formInline.phone = window.android.getAppToken() |
| | | }, |
| | | // 查询列表 |
| | | getDataList(type){ |
| | | // this.$nextTick(()=>{ |
| | |
| | | getObj(this.formInline).then(res =>{ |
| | | this.tableData =res.data.data.records |
| | | }) |
| | | this.formInline.phone = window.android.getAppToken() |
| | | }else { |
| | | // this.formInline.user=333 |
| | | getObj().then(res =>{ |
| | |
| | | }, |
| | | //点击点跳转查看 |
| | | rowget(row,column) { |
| | | /*console.log(row,'row===') |
| | | console.log(column,'column===')*/ |
| | | console.log(row,'row===') |
| | | // console.log(column,'column===') |
| | | // this.$router.push({name: 'process_manage', params: {name: id}}) |
| | | this.$router.push({ |
| | | path: '/padWord', |