|
|
|
@ -142,7 +142,7 @@ export default {
|
|
|
|
|
pageSize: 10,
|
|
|
|
|
applyName: undefined,
|
|
|
|
|
createBy: undefined,
|
|
|
|
|
applyStatus: undefined,
|
|
|
|
|
applyStatus: '1',
|
|
|
|
|
},
|
|
|
|
|
// 表单参数
|
|
|
|
|
form: {},
|
|
|
|
@ -224,7 +224,7 @@ export default {
|
|
|
|
|
pageSize: 10,
|
|
|
|
|
applyName: undefined,
|
|
|
|
|
createBy: undefined,
|
|
|
|
|
applyStatus: undefined,
|
|
|
|
|
applyStatus: '1',
|
|
|
|
|
applyType: this.applyParam.applyType
|
|
|
|
|
};
|
|
|
|
|
this.resetForm("queryForm");
|
|
|
|
@ -244,7 +244,6 @@ export default {
|
|
|
|
|
this.isShowButton = false
|
|
|
|
|
getDetail(applyId).then(response => {
|
|
|
|
|
this.form = response.data;
|
|
|
|
|
console.log(this.form)
|
|
|
|
|
this.editOpen = true;
|
|
|
|
|
this.isReadOnly = true
|
|
|
|
|
this.isView = false
|
|
|
|
|