|
@@ -174,7 +174,7 @@
|
|
|
</el-dialog>
|
|
|
|
|
|
<el-dialog
|
|
|
- title="提示"
|
|
|
+ title="申请记录"
|
|
|
:visible.sync="dialogVisible2"
|
|
|
width="50%"
|
|
|
:before-close="handleClose2"
|
|
@@ -228,9 +228,6 @@
|
|
|
</div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="dialogVisible2 = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="dialogVisible2 = false"
|
|
|
- >确 定</el-button
|
|
|
- >
|
|
|
</span>
|
|
|
</el-dialog>
|
|
|
</div>
|
|
@@ -356,6 +353,7 @@ export default {
|
|
|
},
|
|
|
//申请记录
|
|
|
applicationRecord() {
|
|
|
+ //唯一标识为this.detailObj.id
|
|
|
this.dialogVisible2 = true;
|
|
|
this.getList();
|
|
|
},
|