| | |
| | | <MyEvidence ref="evidence" :mytype="2" :mycode="mycode"></MyEvidence> |
| | | <!-- 文种书类 --> |
| | | <MyBook ref="book" :mycode="mycode"></MyBook> |
| | | <!-- <div class="result"> |
| | | <el-input v-model="result" placeholder="请输入处理意见"></el-input> |
| | | </div> --> |
| | | <!-- 底部按钮 --> |
| | | |
| | | <div class="footer"> |
| | | <el-button @click="handleSubmit" type="primary">确定</el-button> |
| | | <el-button @click="handleBack">返回</el-button> |
| | |
| | | }, |
| | | props: ['caseId','closeDialog','mycode'], |
| | | created() { |
| | | console.log(this.caseId); |
| | | this.getUserId(); |
| | | }, |
| | | methods: { |
| | |
| | | } |
| | | }) |
| | | .then(res => { |
| | | console.log(res); |
| | | if (res.code === 200) { |
| | | this.$message({ |
| | | type: 'success', |
| | |
| | | url:'sccg/admin/info?name='+myname, |
| | | }) |
| | | .then(res=>{ |
| | | console.log(res); |
| | | }) |
| | | }, |
| | | handleBack(){ |