Browse Source

修改界面

branch_ccpg_220107
佐 张 3 years ago
parent
commit
44cc9a10bc
  1. 4
      vue/src/views/ux/vw/dataInput/hq_f_sparepart/index.vue

4
vue/src/views/ux/vw/dataInput/hq_f_sparepart/index.vue

@ -1126,7 +1126,7 @@ export default {
); );
this.$axios this.$axios
.posts( .posts(
"/api/settleaccount/ReportMakeService/HQHSettledDetailDiffExportService", "/api/settleaccount/ReportMakeService/HQFSettledDetailDiffExportService",
this.listExportQuery this.listExportQuery
) )
.then((res) => { .then((res) => {
@ -1260,7 +1260,7 @@ export default {
getList() { getList() {
this.listLoading = true; this.listLoading = true;
// //
this.listQuery.name = "F平台备件核对明细"; this.listQuery.name = "F平台核对明细";
this.listQuery.type = this.JobversionValue; this.listQuery.type = this.JobversionValue;
this.$axios this.$axios
.posts("/api/settleaccount/Job/list", this.listQuery) .posts("/api/settleaccount/Job/list", this.listQuery)

Loading…
Cancel
Save