|
|
|
@ -223,6 +223,11 @@ export default {
|
|
|
|
|
this.inputQuery.ggxh = response.data.data.ggxh
|
|
|
|
|
this.inputQuery.totalCount = response.data.data.totalCount
|
|
|
|
|
this.inputQuery.useCount = response.data.data.useCount
|
|
|
|
|
if(this.inputQuery.mark!=null){
|
|
|
|
|
this.formName=2
|
|
|
|
|
this.inputQuery.mark = response.data.data.mark
|
|
|
|
|
}
|
|
|
|
|
this.detailList=response.data.detailList;
|
|
|
|
|
this.$refs.fromCorpInputRef.focus();
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(response.message);
|
|
|
|
|