src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/ill/index.vue
@@ -12,7 +12,7 @@ <!-- 底部按钮 --> <div class="footer"> <el-button @click="handleSubmit" type="primary">确定</el-button> <el-button>返回</el-button> <el-button @click="handleBack">返回</el-button> </div> </div> </template> @@ -29,7 +29,7 @@ // result:'', } }, props: ['caseId'], props: ['caseId','closeDialog'], created() { console.log(this.caseId); this.getUserId(); @@ -152,6 +152,9 @@ .then(res=>{ console.log(res); }) }, handleBack(){ this.$emit('closeDialog',{falg:false}) } } }